|
@@ -12,6 +12,8 @@
|
|
|
"transform-vue-jsx",
|
|
"transform-vue-jsx",
|
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
|
["@babel/plugin-proposal-decorators", { "legacy": true }],
|
|
["@babel/plugin-proposal-decorators", { "legacy": true }],
|
|
|
- ["@babel/plugin-proposal-class-properties", { "loose": true }]
|
|
|
|
|
|
|
+ ["@babel/plugin-proposal-class-properties", { "loose": true }],
|
|
|
|
|
+ ["@babel/plugin-transform-private-property-in-object", { "loose": true }],
|
|
|
|
|
+ ["@babel/plugin-transform-private-methods", { "loose": true }]
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|