This commit is contained in:
robin
2022-04-05 02:52:41 +08:00
commit a593253a63
31 changed files with 449 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
],
"plugins": [
[
"babel-plugin-webpack-alias",
{
"config": "./webpack.config.js"
}
]
]
}