Skip to content
New issue

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

webpack overlay just show first message #1829

Open
lin-123 opened this issue Jul 12, 2018 · 1 comment
Open

webpack overlay just show first message #1829

lin-123 opened this issue Jul 12, 2018 · 1 comment

Comments

@lin-123
Copy link

lin-123 commented Jul 12, 2018

Version

3.0.0-rc.3

Reproduction link

https://github.com/lin-123/ts-vue

Steps to reproduce

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: []
  }
}
  • create some tslint error
  • run npm run serve
  • the web page just show the first error

What is expected?

the web page should every errors or warnings

What is actually happening?

the web page just show the first error

@sem4phor
Copy link

Did you solve this? @lin-123

@yyx990803 Are there plans to support the webpack error overlay when selecting the typescript option in vue-cli?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants