updated 构建工具调整
This commit is contained in:
parent
ce3dd27698
commit
27d424aace
@ -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'
|
||||
]
|
||||
}
|
||||
|
1
package-lock.json
generated
1
package-lock.json
generated
@ -10,7 +10,6 @@
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.24.4",
|
||||
"@babel/plugin-syntax-import-attributes": "^7.24.1",
|
||||
"@babel/plugin-transform-runtime": "^7.24.3",
|
||||
"@babel/preset-env": "^7.24.4",
|
||||
"@babel/runtime": "^7.24.4",
|
||||
|
@ -46,7 +46,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.24.4",
|
||||
"@babel/plugin-syntax-import-attributes": "^7.24.1",
|
||||
"@babel/plugin-transform-runtime": "^7.24.3",
|
||||
"@babel/preset-env": "^7.24.4",
|
||||
"@babel/runtime": "^7.24.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user