-
Notifications
You must be signed in to change notification settings - Fork 62
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
Not working with webpack dev-server #83
Comments
+1. If this can be worked with webpack-dev-server this tool will be a great addition to my project! |
+1. I'm wondering if there's something fundamentally different about the ways webpack errors are generated. I will dig into the code but happy to hear if anyone who knows more can comment. |
+1 |
It works with webpack. It is because it does not handle this kind of errors |
I'm writing Vue projects, and I use webpack to hot-build and serve pages on localhost when developing.
However it seems javascript-errors-notifier doesn't detect any error within my pages.
I guess it has something to do with webpack, since once I build and deploy the project into production, it just works.
I made a demo page to reproduce this, where you can see errors in chrome console, but the extension doesn't catch anything: (the app.js file is produced by webpack so is a bit large and hard to read)
https://niaodan2b.github.io/test-error/test.html
The text was updated successfully, but these errors were encountered: