Skip to content

Commit 7f9b909

Browse files
authored
升级@vue/cli-service到最新版本,修复element-plus升级到新版本后,构建错误 (#526)
* 升级vue以及element-plus到最新版本 * 升级@vue/cli-service到最新版本,修复element-plus升级到新版本后,构建错误 * 升级@vue/cli-service到最新版本,修复element-plus升级到新版本后,构建错误 Co-authored-by: liulihan <[email protected]>
1 parent 987f527 commit 7f9b909

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

vue.config.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,6 @@ module.exports = {
2727
resolve: {
2828
extensions: ['.js', '.json', '.vue', '.scss', '.html'],
2929
},
30-
module: {
31-
rules: [
32-
{
33-
test: /\.mjs$/,
34-
include: /node_modules/,
35-
type: 'javascript/auto',
36-
},
37-
],
38-
},
3930
},
4031
css: {
4132
loaderOptions: {

0 commit comments

Comments
 (0)