Skip to content

Commit 7a6e3bc

Browse files
authored
docs: fix readme (#117)
1 parent df45abb commit 7a6e3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Possible options:
223223
- CssMinimizerPlugin.cssnanoMinify
224224
- CssMinimizerPlugin.cssoMinify
225225
- CssMinimizerPlugin.cleanCssMinify
226-
- async (data, inputMap, minimizerOptions) => {return {code: `a{color: red}`, map: `...`, warnings: []}}
226+
- `async (data, inputMap, minimizerOptions) => {return {code: "a{color: red}", map: "...", warnings: []}}`
227227

228228
> ⚠️ **Always use `require` inside `minify` function when `parallel` option enabled**.
229229

0 commit comments

Comments
 (0)