-
Notifications
You must be signed in to change notification settings - Fork 36
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
Support for syntax error overlay #32
Comments
First one, as I understand, is not compatible with Currently Webpack-dev-server gives socket to listen to events (this is done by webpack-dev-server client), but I'm not sure whether it would clash with client or could work as a separate, additional library. |
webpack-dev-server supports this from 2.3 version. Webpack 2 default configuration enables this automatically - just update the bundle (see |
Is it possible to support syntax error overlay in webpack-bundle?
It is implemented in webpack-hot-middleware: webpack-contrib/webpack-hot-middleware#9
or Create React App: facebook/create-react-app#744
I did try to use webpack-error-notification plugin but error overlay displayed directly in browser seems like better solution.
The text was updated successfully, but these errors were encountered: