Skip to content

Commit 03ba50d

Browse files
authored
docs: clarify Webpack usage when using multiple CSS loaders (#1370)
1 parent ccb4957 commit 03ba50d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/docs/integrations/webpack.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ module.exports = {
6565
};
6666
```
6767

68+
If you already have `css-loader` configured, make sure to add `exclude: /\.vanilla\.css$/i` to that rule's configuration.
69+
6870
## Configuration
6971

7072
```js

0 commit comments

Comments
 (0)