-
Notifications
You must be signed in to change notification settings - Fork 45
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
We currently do not inject our entry code into single-file anonymous entries error #37
Comments
Having same error here |
Have same error |
Hello, OK it is a bug. Could someone submit a PR to fix it? |
It's ok in v0.1.6 but not in v0.1.7. |
Changing "entry: './static/src/index.js'" to "entry: ['./static/src/index.js']" |
Yeah you have to change entry I think, just that. |
@neoziro if you can't fix the issue (because of time limit or whatever), at least don't close the issue with simple answer that don't even fix the issue (I guess you are not sure neither as you mentioned I think in your answer). obviously I can not change my webpack config just because your plugin likes it that way. Please don't contribute to open source, but if you do be professional at it. I'll remove your plugin, simply because I can not write my webpack config based on your buggy code. I see you added |
Hello @dehghani-mehdi, if you are not happy feel free to fix this plugin with a PR or simply don't use it. |
@neoziro, Hi, don't worry, I don't use it anymore, I mentioned that in my prev comment. |
I don’t worry 🤗 |
Good for you ;) |
To anyone who like to have error overlay without Remember, you should use |
@dehghani-mehdi feel free to submit a PR with an upgraded version of |
@neoziro I cloned |
Looks like it already fixed by #43 |
Good! |
Hi,
Using
"error-overlay-webpack-plugin": "^0.2.0"
and"webpack": "^4.30.0"
, I got this error:After removing
error-overlay-webpack-plugin
everything works fine.The text was updated successfully, but these errors were encountered: