updated 构建工具调整
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
module.exports = {
|
||||
presets: ['@babel/preset-env'],
|
||||
plugins: [
|
||||
'@babel/plugin-transform-runtime',
|
||||
'@babel/plugin-transform-class-properties',
|
||||
[
|
||||
'@babel/plugin-syntax-import-attributes',
|
||||
{
|
||||
deprecatedAssertSyntax: true
|
||||
}
|
||||
]
|
||||
'@babel/plugin-transform-runtime'
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user