From 12c74ab49dfcd69dffb1840fad2aca85f8e4fff0 Mon Sep 17 00:00:00 2001 From: "V, Ganesan" Date: Fri, 29 Jan 2021 11:49:38 +0530 Subject: [PATCH 1/2] updated last-call-webpack-plugin --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b6303bc..00608b1 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "cssnano": "^4.1.10", - "last-call-webpack-plugin": "^3.0.0" + "last-call-webpack-plugin": "git+https://github.com/ganesankv/last-call-webpack-plugin#P_v3.0.0" }, "devDependencies": { "babel-core": "^6.26.3", From 7f0b349b4945e481ce97a8bbdf2fc902dce424f1 Mon Sep 17 00:00:00 2001 From: "V, Ganesan" Date: Fri, 29 Jan 2021 11:56:36 +0530 Subject: [PATCH 2/2] updated webpack persion --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00608b1..feb25f2 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "extract-text-webpack-plugin": "next", "jest": "^26.4.2", "style-loader": "^0.20.1", - "webpack": "^4.44.1" + "webpack": "^5.18.0" }, "peerDependencies": { "webpack": "^4.0.0"