Skip to content

Commit b4cc022

Browse files
authored
Add docs for using with webpack
1 parent 1e89b39 commit b4cc022

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ let {code, map} = transform({
135135
console.log(new TextDecoder().decode(code));
136136
```
137137

138+
### With webpack
139+
140+
css-minimizer-webpack-plugin has builtin support for `@parcel/css`. Install `@parcel/css` in your project, and configure the plugin as documented [here](https://github.com/webpack-contrib/css-minimizer-webpack-plugin#using-custom-minifier-parcelcss).
141+
138142
## Benchmarks
139143

140144
<img width="666" alt="image" src="https://user-images.githubusercontent.com/19409/151679661-67fbd0a1-45ed-4df0-a5f4-73f84fd4e868.png#gh-light-mode-only">

0 commit comments

Comments
 (0)