Skip to content

Commit

Permalink
新增 配置babel打包
Browse files Browse the repository at this point in the history
  • Loading branch information
CcSimple committed Jul 11, 2023
1 parent 6aa5380 commit 42af8d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"not ie <= 8"
],
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-service": "^4.5.15",
"ant-design-vue": "^1.7.8",
"bootstrap": "^3.3.7",
Expand All @@ -60,4 +60,4 @@
"nzh": "^1.0.8",
"socket.io-client": "^4.5.1"
}
}
}

0 comments on commit 42af8d0

Please sign in to comment.