We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595882d commit 36d57f5Copy full SHA for 36d57f5
1 file changed
README.md
@@ -296,15 +296,14 @@ module.exports = {
296
minify: [
297
CssMinimizerPlugin.cssnanoMinify,
298
CssMinimizerPlugin.cleanCssMinify,
299
- async (data, inputMap, minimizerOptions) =>
+ async (data, inputMap, minimizerOptions) =>
300
// Custom minifier function
301
- ({
+ ({
302
code: "a{color: red}",
303
- map: "{\"version\": \"3\", ...}",
+ map: '{"version": "3", ...}',
304
warnings: [],
305
errors: [],
306
- })
307
- ,
+ }),
308
],
309
}),
310
0 commit comments