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
Copy file name to clipboardExpand all lines: docs/guide/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -86,3 +86,7 @@ module.exports = {
86
86
```
87
87
88
88
Also see [Options Reference](../options.md) for all available loader options.
89
+
90
+
::: warning
91
+
If you are developing a library or in a monorepo, please be aware that CSS imports **are side effects**. Make sure to **remove**`"sideEffects": false` in the `package.json`, otherwise CSS chunks will be dropped by webpack in production builds.
0 commit comments