Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ or
pnpm add -D css-loader
```

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:

```console
npm install --save-dev style-loader
```

Then, add the loader to your `webpack` configuration. For example:

**file.js**
Expand Down