-
-
Notifications
You must be signed in to change notification settings - Fork 9.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
Styles are not loading in prod with sass loader and storybook 4 #4690
Comments
@chadfawcett, could it be related to #4645 as well ? |
At first glance I believe it's because of the I would have to take a deeper look to know for sure. |
@hetzbr Do you have
|
@ozgkrc Thank you, setting sideEffects to true did fix the issue! |
Describe the bug
Storybook is loading with stories and the styles are getting loaded when running in dev mode. When running from storybook-static, the styles are not loading
To Reproduce
webpack.config.js
config.js
Dependencies:
Additional context
In dev mode I can see that the styles are getting added using emotion/core, but none of the styles show up when serving from static.
The text was updated successfully, but these errors were encountered: