-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
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.