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

Set allChunks to true for ExtractTextPlugin #12

Merged
merged 2 commits into from
Aug 21, 2018
Merged

Conversation

js62789
Copy link
Contributor

@js62789 js62789 commented Aug 21, 2018

We have our consumer-web project very close to serving page-specific bundles/chunks. The issue we're running into is discussed in webpack-contrib/extract-text-webpack-plugin#456. Chunking CSS doesn't work because errors are thrown when trying to import style-loader/addStyles and css-loader/lib/css-base. I tried just adding those files to our vendor array, but it didn't seem to work, so I'm proposing we avoid chunking CSS for now.

@jasisk
Copy link
Contributor

jasisk commented Aug 21, 2018

This seems reasonable to me.

@js62789 js62789 merged commit 87f662a into master Aug 21, 2018
@js62789 js62789 deleted the jsmith/css-all-chunks branch August 21, 2018 17:26
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

Successfully merging this pull request may close these issues.

None yet

3 participants