Skip to content

Commit 36d57f5

Browse files
committed
chore: fix lint
1 parent 595882d commit 36d57f5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -296,15 +296,14 @@ module.exports = {
296296
minify: [
297297
CssMinimizerPlugin.cssnanoMinify,
298298
CssMinimizerPlugin.cleanCssMinify,
299-
async (data, inputMap, minimizerOptions) =>
299+
async (data, inputMap, minimizerOptions) =>
300300
// Custom minifier function
301-
({
301+
({
302302
code: "a{color: red}",
303-
map: "{\"version\": \"3\", ...}",
303+
map: '{"version": "3", ...}',
304304
warnings: [],
305305
errors: [],
306-
})
307-
,
306+
}),
308307
],
309308
}),
310309
],

0 commit comments

Comments
 (0)