We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.3.1
https://github.com/ChesterBu/vue-cli-bug
node v12.9
npm i npm run serve
vue.config.js中随意引用了一个错误的文件,应该报错
没有执行vue.config.js的配置而执行了默认配置,也没报错
看了下源码是因为错误类型是MODULE_NOT_FOUND,没有抛出
The text was updated successfully, but these errors were encountered:
Duplicate of #5442
Sorry, something went wrong.
No branches or pull requests
Version
4.3.1
Reproduction link
https://github.com/ChesterBu/vue-cli-bug
Environment info
Steps to reproduce
npm i
npm run serve
What is expected?
vue.config.js中随意引用了一个错误的文件,应该报错
What is actually happening?
没有执行vue.config.js的配置而执行了默认配置,也没报错
看了下源码是因为错误类型是MODULE_NOT_FOUND,没有抛出
The text was updated successfully, but these errors were encountered: