tag is loaded onto the page. we are"> Tree shake, sideEffects and CSS of Vue and Webpack: Load CSS files of unused components-PHP Chinese Network Q&A
Tree shake, sideEffects and CSS of Vue and Webpack: Load CSS files of unused components
P粉068174996
P粉068174996 2023-08-25 10:22:08
0
1
478

We are trying to figure out the correct way to handle CSS trees in Vue single file components when using Webpack.

In package.json, I have: "sideEffects": ["*.css", "*.less","*.vue" ], This seems to correctly prevent Vue components from loading when they shouldn't. However, every single