Skip to content

webpack overlay just show first message #1829

Open
@lin-123

Description

@lin-123

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions