egoist / egoist/rollup-plugin-postcss
Tree Shaking
Open
- Dominant language
- JavaScript
- Stars
- 689
- Forks
- 210
- PR merge metrics
- No merged PRs in 30d
Description
If there are 2 components which both import their respective css files which are imported in an `index.js` and exported out. Then in another module only one of them is imported, both css files are added to the extracted CSS file. The JS said of it tree shakes the component not being used, but that is not the case of the CSS.
Is there a way to exclude CSS imports that are not being used by the solution?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.