mint-ui
mint-ui copied to clipboard
[Bug Report] 安装完成依赖后,无法打包,建议在package.json里指明webpack、webpack-dev-server和extract-text-webpack-plugin的版本
Mint UI version
2.2.7
OS/Browsers version
macos
Vue version
2.3.4
Reproduction Link
https://github.com/ElemeFE/mint-ui/
Steps to reproduce
yarn install
yarn run dist
What is Expected?
可以完成打包
What is actually happening?
[build entry] DONE: /Users/luto/Documents/项目/bh-mint-ui2/src/index.js
[[email protected]] - Failed to read the config. [[email protected]] - false
error Command failed with exit code 1.
same question
webpack & webpack-dev-server 版本可以参考 yarn.lock 中修改 package.json版本
声明了wepack & webpack-dev-server 版本 仍然报这个错呢