Skip to content

Commit 682c17d

Browse files
committed
Fix npm build issue related to mini-css-extract-plugin
Applied workaround that's described in webpack-contrib/mini-css-extract-plugin#896.
1 parent 271f673 commit 682c17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"imagemin-optipng": "^8.0.0",
3030
"imagemin-pngquant": "^9.0.1",
3131
"imagemin-svgo": "^9.0.0",
32-
"mini-css-extract-plugin": "^2.2.2",
32+
"mini-css-extract-plugin": "~2.4.5",
3333
"npm-run-all": "^4.1.5",
3434
"postcss": "^8.3.6",
3535
"postcss-loader": "^6.1.1",

0 commit comments

Comments
 (0)