-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
update webworkify-webpack to 2.1.5 #2174
Conversation
which includes fix for issue with create-react-app fixes #2064
Need to make sure that this works with harmony modules. I believe that I tried |
Ok. 2.1.4 and 5 were only released in the last couple of days
On 13 Mar 2019, at 18:43, John Bartos <notifications@github.com<mailto:notifications@github.com>> wrote:
Need to make sure that this works with harmony modules. I believe that I tried 2.1.4 when upgrading Babel and the modules weren't working correctly.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#2174 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ADG-WesvrX00ddQA2vR2Y5lPmun6T6r_ks5vWTjcgaJpZM4bsBf->.
|
Ah ok, didn't know about 2.1.4 being released. Seems like this is working fine |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No change to the build size 👍
the tests passed in the push travis build. The other build is failing but is also showing a different commit for some reason |
This PR will...
update webworkify-webpack to 2.1.5 which fixes the issue which is causing hls.js to crash when used with create-react-app.
Why is this Pull Request needed?
So that hls.js works with create-react-app.
Resolves issues:
fixes #2064