Skip to content
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 4 support #28

Open
jesujcastillom opened this issue Apr 7, 2018 · 2 comments
Open

Webpack 4 support #28

jesujcastillom opened this issue Apr 7, 2018 · 2 comments

Comments

@jesujcastillom
Copy link

Hi,

I know this is a huge change, but I've just tested using mini-css-extract-plugin instead of the extract-text-webpack-plugin, and it worked, though it had a warning on a deprecated Tapable.

Is Webpack 4 support planed?

@izaakschroeder
Copy link
Contributor

izaakschroeder commented Apr 7, 2018

👋 It seems like a good thing to do! There isn't too much dark magic that goes on in here related to webpack internal machinery – we should definitely be able to update the plugin API calls to match 🎉 Thanks for letting me know!

@aleen42
Copy link

aleen42 commented Oct 19, 2018

Hello, is there any progress for supporting Webpack 4.x?

@jesujcastillom I found that there is a problem when combined with mini-css-extract-plugin, which should check css chunks, which has been split by this plugin. Any suggested configurations to work around this situation?

work around according to the reference: webpack-contrib/mini-css-extract-plugin#256 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants