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

Is there a way to combine all styles into one file? #61

Closed
nikgraf opened this issue Mar 26, 2016 · 3 comments
Closed

Is there a way to combine all styles into one file? #61

nikgraf opened this issue Mar 26, 2016 · 3 comments

Comments

@nikgraf
Copy link

nikgraf commented Mar 26, 2016

With ExtractTextPlugin and the option allChunks you usually can extract all styles into one file. I couldn't manage to get this working. Usually { allChunks: true } does the trick.

@istarkov
Copy link
Owner

Copy of
#43

The problem that I can't use single webpack instance, so the recommended way is to use something like
cat *.css > combined.css

@istarkov
Copy link
Owner

@nikgraf
Copy link
Author

nikgraf commented Mar 26, 2016

thx, makes sense to me now :)

@nikgraf nikgraf closed this as completed Mar 26, 2016
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

2 participants