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
3.0.0-rc.3
https://github.com/lin-123/ts-vue
this is vue.config.js
module.exports = { devServer: { // quiet: true, overlay: { warnings: true, errors: true } }, chainWebpack: config => { config.plugin('fork-ts-checker').tap(([options]) => { return [{ async: false, tslint: true, vue: true }] }) }, configureWebpack: { plugins: [] } }
npm run serve
the web page should every errors or warnings
the web page just show the first error
The text was updated successfully, but these errors were encountered:
Did you solve this? @lin-123
@yyx990803 Are there plans to support the webpack error overlay when selecting the typescript option in vue-cli?
Sorry, something went wrong.
No branches or pull requests
Version
3.0.0-rc.3
Reproduction link
https://github.com/lin-123/ts-vue
Steps to reproduce
this is vue.config.js
npm run serve
What is expected?
the web page should every errors or warnings
What is actually happening?
the web page just show the first error
The text was updated successfully, but these errors were encountered: