Skip to content

Error overlay gets stuck on first failed compilation #824

@ludofischer

Description

@ludofischer

Do you want to request a feature or report a bug?
A bug.

What is the current behavior?
When a change to a file to solve a compilation error introduces a different compilation error, the error overlay keeps showing the first error, even if the console output correctly reports the new error.

If the current behavior is a bug, please provide the steps to reproduce.

From the webpack.config.js entry point, import an ES6 module containing a syntax error. The error overlay displays the error. Change the imported module to contain a different syntax error. Now the error overlay keeps displaying the old error.

What is the expected behavior?
The error overlay should display the new error.

Please mention your webpack and Operating System version.
webpack 2.2.1, Fedora 25.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions