Skip to content
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

Open
niaodan2b opened this issue Jun 28, 2018 · 4 comments
Open

Not working with webpack dev-server #83

niaodan2b opened this issue Jun 28, 2018 · 4 comments

Comments

@niaodan2b
Copy link

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

@alphabt
Copy link

alphabt commented Mar 1, 2019

+1. If this can be worked with webpack-dev-server this tool will be a great addition to my project!

@wanderingstan
Copy link

+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.

@Danita
Copy link

Danita commented Apr 30, 2019

+1
Not working. If I compile static assets works OK. Has anybody found a solution or an alternative to this extension?

@PierBJX
Copy link

PierBJX commented Jun 29, 2019

It works with webpack. It is because it does not handle this kind of errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants