-
Notifications
You must be signed in to change notification settings - Fork 21
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
Upgrade to webpack2 & FIX #20 #22
Upgrade to webpack2 & FIX #20 #22
Conversation
… Upgrade other dependencies to latest
Thanks for your PR! I think that I need to make some separate branch and publish this as some beta version while webpack2 is in beta too. |
👍 Looks good, when do you plan to merge/release @BohdanTkachenko ? |
@micaelmbagira I'll take a closer look on this weekend - don't have much time during work week |
Works for me. Thanks, @ndelangen. |
Published 0.1.0-beta.1 to NPM Will merge it to master once webpack2 will be stable |
Webpack issue to track when webpack2 is released - webpack/webpack#1545 Also, will keep this PR open to be not forget about it |
Great, thanks! Still, I have this issue now |
Just upgraded to I have a hunch this is related to I'm on a tight deadline at the moment so I've had to disable this plugin for now. Will investigate some more when I have time! 😄 |
Webpack 2.x final release is out in the meantime: https://medium.com/webpack/webpack-2-2-the-final-release-76c3d43bf144 Any plan to re-visit this issue? |
I resolved the conflicts and updated to the latest webpack version |
@ndelangen hmm I tried it out with our app but I got this:
|
@hekike Looks like a module is missing, Try finding which module is missing, and trace for clues why it's missing, might be a loader that's mis-configured? What exactly have you tried? |
@ndelangen thanks, but it works without |
It worked before this: 0bac591 ? |
@ndelangen no, same error message :/ |
Did someone else receive similar error message? |
@ndelangen okay, I realized what's happening. It splits the bundle correctly, I've all of the chunks, in my output folder, but my Do you have an idea from this angle? Is it more like a Update: I debugged the
As I see Shouldn't we add chunk to the |
Upgrade to webpack 2.1.x-beta.20,
FIX compatibility with webpack 2.x ( #20 )
Upgrade other dependencies to latest.
Let me know if you want me to change anything or PR to a different branch?
Full disclosure: this is my first contribution to a webpack plugin.