-
Notifications
You must be signed in to change notification settings - Fork 147
Update to Webpack 2 #71
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
Comments
@jackfranklin I'm using it myself, there are a couple reasons why Create Elm App does not rely on it yet. First of all, it's create-react-app/issues/183, on top of that we will won't get any benefits from tree-shaking. It looks like react-dev-utils/webpackHotDevClient is compatible with webpack 2 already. I would give it a go! 😃 |
Do you mean that webpackHotDevClient isn't compatible with webpack 2, or that it is? Sorry; I'm a bit confused! Maybe it is best to hold off for a bit; I might work on the PR anyway for when the time comes! :) |
@jackfranklin Sorry, that was some wierd phrasing from me 😄 webpackHotDevClient is compatible with webpack 2, it would be awesome if you gave it a shot at upgrading Create Elm App to use it! |
👍 I'll try to but if anyone beats me to it I won't mind! :D |
@halfzebra going to revisit this soon now Webpack 2.2 is out as a beta. Just giving all the other Webpack packages time to catch up and then I'll get on this :) |
update webpack to version 2.2.1, update all dependencies to the newest versions, fix es6-es5 mixed style, fix displaying compilation errors closes halfzebra#71
update webpack to version 2.2.1, update all dependencies to the newest versions, fix es6-es5 mixed style, fix displaying compilation errors closes halfzebra#71
It's in beta but very stable - I've used it on numerous projects and not had issues; and it's not a huge amount of change.
Would you be happy with a PR if I found the time to make it? :)
The text was updated successfully, but these errors were encountered: