-
Notifications
You must be signed in to change notification settings - Fork 759
Initial setup for webpack-4 #466
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
Conversation
|
@@ -61,12 +59,12 @@ | |||
"extract-css-chunks-webpack-plugin": "^2.0.18", | |||
"extract-hoc": "^0.0.5", | |||
"extract-hoc-compose": "^0.0.1", | |||
"extract-text-webpack-plugin": "^3.0.1", | |||
"extract-text-webpack-plugin": "^4.0.0-beta.0", |
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.
I believe this is no longer being supported or contributed to. See webpack-contrib/extract-text-webpack-plugin#749.
You may want to follow the pattern in this PR which uses mini-css-extract-plugin instead: https://github.com/phoenixframework/phoenix/pull/2831/files
How can I help get this PR merged? |
"extract-hoc": "^0.0.5" and "extract-hoc-compose": "^0.0.1" does not
required by HMR@4, which is supported by react-static.
2018-05-07 23:51 GMT+08:00 Sudarshan Gaikaiwari <[email protected]>:
… How can I help get this PR merged?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#466 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACJsebqyY5d-XoD6tEegB65HL-2FweGZks5twG1sgaJpZM4Snzyj>
.
|
I have a new PR out #605, that addresses most of the concerns raised here. Please have a look and give feedback. |
Going with #605 |
Hey,
Initial setup for webpack 4. I tested some examples and they all seemed to work fine. Please test it out with your projects and post the issues you get here.
Thanks!