javascript-errors-notifier icon indicating copy to clipboard operation
javascript-errors-notifier copied to clipboard

Not working with webpack dev-server

Open niaodan2b opened this issue 7 years ago • 4 comments

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

niaodan2b avatar Jun 28 '18 09:06 niaodan2b

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

alphabt avatar Mar 01 '19 17:03 alphabt

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

wanderingstan avatar Mar 03 '19 18:03 wanderingstan

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

Danita avatar Apr 30 '19 15:04 Danita

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

PierBJX avatar Jun 29 '19 11:06 PierBJX