Skip to content

Commit 8822772

Browse files
authored
Merge branch 'main' into fix-css1
2 parents 0e2e2c3 + 4bf84fa commit 8822772

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ or
4242
pnpm add -D css-loader
4343
```
4444

45+
In the example configuration below, `style-loader` is used to inject the processed CSS into the DOM during runtime. You may need to install it as well:
46+
47+
```console
48+
npm install --save-dev style-loader
49+
```
50+
4551
Then, add the loader to your `webpack` configuration. For example:
4652

4753
**file.js**

0 commit comments

Comments
 (0)