-
Notifications
You must be signed in to change notification settings - Fork 10
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
Adapt docs to webpack 2 #14
Comments
this still results in an error to me. I get when installing via
then when starting I get the same annoying error again
my package.json
|
I guess this has been resolved in some other way? I am not using this project anymore so I don't know, but if it would still be a problem there would be some activity here. |
Webpack 2 is out and there are a lot of breaking changes.
The README needs to be adapted to webpack 2 but I did not completely sort out what needs to be adjusted. Also there are a lot of recommendations in the webpack issues to go back to some 2.x.beta version so it might be a good idea to wait a while to jump on 2.x.
@StefanYohansson addressed some important issues already in #13 (comment) but the
ExtractTextPlugin
config needs to be adjusted as well.This seems to be a helpful article about the migration: http://javascriptplayground.com/blog/2016/10/moving-to-webpack-2/
I don't know my way aroud too well around this fancy webdev stuff yet to provide the finished solution, so I would propose until somebody else does to add some version pinning to the README
I made it work for me with this install invocation:
The text was updated successfully, but these errors were encountered: