Duplicate CSS selectors in bundle? #731
Replies: 1 comment
-
Closing this discussion and opening this as an issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I make a bundle, I find there are duplicate selectors in the build. Is there a way to fix this without minifying the bundle?
This is my simple code...
bundle.css
package.json
src/stylesheetA.css
src/stylesheetB.css
src/stylesheetBA.css
dist/my-package.css output
What I expected from the dist/my-package.css output
Beta Was this translation helpful? Give feedback.
All reactions