Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Start the dev server with HMR enabled. Here's my dev server configuration:
devServer: {
hot: true,
port:8084,
inline: true,
compress: true,
historyApiFallback: true,
contentBase: 'dist/',
overlay: {
errors: true,
warnings: true
}
}
I start getting the following errors:

Which then cause other errors in the application and seems to recurse back causing to the same set of errors to continually fire.
What is the expected behavior?
No errors. With v2.6.1 of this package everything works fine.
If this is a feature request, what is motivation or use case for changing the behavior?
N/A
Please mention your webpack and Operating System version.
OSX 10.12.5
Webpack 3.5.1
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Start the dev server with HMR enabled. Here's my dev server configuration:
I start getting the following errors:
Which then cause other errors in the application and seems to recurse back causing to the same set of errors to continually fire.
What is the expected behavior?
No errors. With v2.6.1 of this package everything works fine.
If this is a feature request, what is motivation or use case for changing the behavior?
N/A
Please mention your webpack and Operating System version.
OSX 10.12.5
Webpack 3.5.1