-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Webpack 2 #449
Conversation
'babelrc': false, | ||
'presets': [ | ||
loader: 'babel-loader', | ||
options: { |
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.
here we could decorate this with options.babel()
to make it easier to config babel for next?
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.
Can you elaborate options.babel()
?
It seems this is a blocker for v2 release. I will add the monkey-patch if needed. |
Yep. That's seems like the best way to do it. |
fce9f02 is the monkeypatch |
This PR upgrades webpack to v2.
btw It looks our blocker (webpack/watchpack#33) is going to be published soon.https://github.com/webpack/watchpack/releases/tag/v1.1.2 (not released to npm yet)It seems the tag was removed. I don't know the current status of it.