-
Notifications
You must be signed in to change notification settings - Fork 363
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
Worker error Error: No code sections found #241
Comments
Can you review and #234 and confirm if this is a duplicate or a different issue? Thanks. |
@ryan-roemer This issue maybe related to #234 (comment). Because I set up my babel-loader option the same in webpack v3, but this error only occurs in webpack v4. |
@ryan-roemer Any update for this issue? |
@wellyshen -- I'm working on a rewrite of If folks need something sooner, I'd be open to a PR in upstream |
Fixed in |
Hi guys, I'm using this library (v1.1.1) and I upgraded to webpack v4 with babel 7. When I use the
babelrc: false
of babel-loader's option I encounter the following error:Here's the error snippet of my webpack config:
You can reproduce this issue through here, any suggestion for it?
The text was updated successfully, but these errors were encountered: