-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Upgrading to Gatsby 2.1 breaks multiple stylesheet output (via custom webpack config) #12151
Comments
Hi @krismorf (amazingly quick and spot-on reply! thank you :-) (@KyleAMathews in #11800 )
:hopeful-face-emoji: thanks so much for the help |
Minimal demo of the issue: https://github.com/gswirrl/gatsby-multiple-stylesheet |
FIXED? Problem is the new
My hacky solution (in
(im rigging the hard drives to wipe themselves when the law of demeter police kick the door down) Seems to work? May have unintended drawbacks!?!? :-) |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here. If we missed this issue or if you want to keep it open, please reply here. You can also add the label "not stale" to keep this issue open! Thanks for being a part of the Gatsby community! 💪💜 |
I think this is still fresh! Sorry. |
Hey again! It’s been 30 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it. Please keep in mind that I’m only a robot, so if I’ve closed this issue in error, I’m Thanks again for being part of the Gatsby community! |
I have code in
gatsby-node.js
that patches the WebPack config to output multiple css files -Under gatsby
2.0.17
this builds two css files in/public
,theme-a.css
andtheme-b.css
.Under gatsby
2.1.n
this builds one file,styles.css
.If I just log out the config to the console, it's the same in each...
Is this expected? If so, any ideas how I could get the old behaviour back? Any help where I could start looking for what's changed?
The text was updated successfully, but these errors were encountered: