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:
File diff suppressed because one or more lines are too long
@@ -381,7 +381,10 @@ export class SwcTranspiler implements ITranspiler {
|
|||||||
minify: {
|
minify: {
|
||||||
compress: false,
|
compress: false,
|
||||||
mangle: false
|
mangle: false
|
||||||
}
|
},
|
||||||
|
transform: {
|
||||||
|
useDefineForClassFields: false,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
module: {
|
module: {
|
||||||
type: 'amd',
|
type: 'amd',
|
||||||
|
|||||||
Reference in New Issue
Block a user