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: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,12 @@ or
42
42
pnpm add -D css-loader
43
43
```
44
44
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
+
45
51
Then, add the loader to your `webpack` configuration. For example:
0 commit comments