mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
update SWC config to disable useDefineForClassFields
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -381,7 +381,10 @@ export class SwcTranspiler implements ITranspiler {
|
||||
minify: {
|
||||
compress: false,
|
||||
mangle: false
|
||||
}
|
||||
},
|
||||
transform: {
|
||||
useDefineForClassFields: false,
|
||||
},
|
||||
},
|
||||
module: {
|
||||
type: 'amd',
|
||||
|
||||
Reference in New Issue
Block a user