Skip to content
This repository was archived by the owner on Apr 18, 2022. It is now read-only.

Commit

Permalink
🐛 修复webpack版本问题 & issue#49
Browse files Browse the repository at this point in the history
  • Loading branch information
kealina committed Jul 19, 2020
1 parent 968f9b4 commit 01e96a5
Show file tree
Hide file tree
Showing 3 changed files with 823 additions and 383 deletions.
2 changes: 1 addition & 1 deletion bbs-vue/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}],
"stage-2"
],
"plugins": ["transform-vue-jsx", "transform-runtime", ["component", [
"plugins": ["transform-vue-jsx", "transform-runtime", "transform-es2015-modules-commonjs",["component", [
{
"libraryName": "mint-ui",
"style": true
Expand Down
6 changes: 3 additions & 3 deletions bbs-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@
"vux-loader": "^1.2.9",
"webpack": "^4.19.1",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-cli": "^3.1.1",
"webpack-cli": "^3.3.12",
"webpack-dev-middleware": "^3.1.2",
"webpack-dev-server": "^3.1.3",
"webpack-dev-server": "^3.7.1",
"webpack-hot-middleware": "^2.22.0",
"webpack-merge": "^4.1.0"
},
Expand All @@ -132,4 +132,4 @@
"Android >= 3.2",
"not ie <= 8"
]
}
}
Loading

0 comments on commit 01e96a5

Please sign in to comment.