You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With d726b58 you added "sideEffects": false, to the package.json
I use modern-normalize in my Storybook, just as documented in your readme as an import on top of the page, just like this: import 'modern-normalize/modern-normalize.css'
But with this new config, tree shaking kicks it out again when i not set the import explicitly to a variable an use it, so i need to add a workaround in my code to really import it.
Not sure if i do something wrong but I don't get the new configuration.
The text was updated successfully, but these errors were encountered:
With d726b58 you added "sideEffects": false, to the package.json
I use modern-normalize in my Storybook, just as documented in your readme as an import on top of the page, just like this:
import 'modern-normalize/modern-normalize.css'
But with this new config, tree shaking kicks it out again when i not set the import explicitly to a variable an use it, so i need to add a workaround in my code to really import it.
Not sure if i do something wrong but I don't get the new configuration.
The text was updated successfully, but these errors were encountered: