Replies: 2 comments 6 replies
-
Please provide reproducible test repo and never ignore the issue template, thank you |
Beta Was this translation helpful? Give feedback.
0 replies
-
Bug reportWhat is the current behavior? config sideEffects in libDemo/package.json
We used 'libdemo' in the demo project;
this common.css has been tree shaked. What is the expected behavior? Other relevant information: |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a component library that was published to npm, but the sideEffects configured in packageion.json in the component library became invalid, and the CSS style of the component library was lost.
Using only Boolean is useful
"sideEffects":true, It's useful.
Beta Was this translation helpful? Give feedback.
All reactions