-
-
Notifications
You must be signed in to change notification settings - Fork 384
One CSS per entry point #89
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
Ah, never mind -- seems to be related to #23 |
@kevindurb sorry about the late reply – did you get it to work? What issue are you having exactly? |
@skosch did you find a solution for this? 😢 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
extract-text-webpack-plugin used to give me one CSS per entry point. Now if I understand correctly my only options are maximum splitting, or everything lumped together into one file as per the Readme example (which curiously gets named
0.css
despite thename
field).There seems to be no documentation yet on how
splitChunks: { cacheGroups ... }
works, just a few scattered examples. Can I use mini-css-extract-plugin to generate exactly one css file for each entry point, named identical to the respective entry point? Or do I need to use a different plugin for that? Thank you!The text was updated successfully, but these errors were encountered: