主题webpack升级到5

This commit is contained in:
zjl
2022-03-07 15:17:11 +08:00
parent ab7b714461
commit 913f9f6c62
20 changed files with 11636 additions and 25502 deletions
+4 -3
View File
@@ -1,7 +1,8 @@
{
"presets": ["es2015", "stage-2"],
"presets": [
"@babel/preset-env"
],
"plugins": [
"transform-class-properties",
"transform-runtime"
"@babel/transform-runtime"
]
}