mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
update SWC config to disable useDefineForClassFields
This commit is contained in:
@@ -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