-
Notifications
You must be signed in to change notification settings - Fork 9
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
Example build sadly doesn't work with new --experimental-scope-hoisting
flag of parcel-bundler
v1.9.x
#1
Comments
@layflags i hadn't tried it on this repo yet, but I ran into something similar when trying the flag on another app. It appears there are some bugs to be ironed out in parcel: https://github.com/parcel-bundler/parcel/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+hoisting |
and wow... that file size difference! |
@HenrikJoreteg Thx for referencing this issue! ... And thx for open sourcing |
FYI, I just tested this with the latest Parcel release (1.11.0), and it worked perfectly with scope hoisting turned on. 🎉 |
That's awesome, thanks for the update @devongovett as you know I'm a huge fan of parcel. Thanks for sharing it with us! 😁 |
Thx @devongovett for fixing this issue 👍 Stats with parcel@1.11.0:
|
First off, this example's build works perfectly fine without the new
--experimental-scope-hoisting
flag of @parcel-bundler.But when turned on via changing the build task to:
and starting a local server with e.g.
npx http-server dist -p 1337
,I'm getting a console error (Chrome 67, macOS High Sierra):
@HenrikJoreteg I know this is probably not an issue with this example or with
redux-bundler
itself. But maybe you have an idea why it fails or know some guys from @parcel-bundler who are interested.BTW:
The text was updated successfully, but these errors were encountered: