From 04ec35299749df2bc3d182ff12c49cd1d4c092fd Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 17 Jan 2022 11:01:18 +0100 Subject: [PATCH] npm: Lock mini-css-extract-plugin at version 2.4.5 2.5 has an unintended API breakage: https://github.com/webpack-contrib/mini-css-extract-plugin/issues/896 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04d0c43..f11aa06 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-webpack-plugin": "^2.5.3", "htmlparser": "^1.7.7", "jed": "^1.1.1", - "mini-css-extract-plugin": "^2.4.5", + "mini-css-extract-plugin": "~2.4.5", "po2json": "^1.0.0-alpha", "qunit": "^2.9.3", "sass": "^1.35.2",