From 84e8d18f89b3142dbcb9bd5984e6aaf2d0897394 Mon Sep 17 00:00:00 2001 From: Kermit Xuan Date: Thu, 29 Oct 2020 12:23:02 +0800 Subject: [PATCH] fix: lock ignore-emit-webpack-plugin version (#27434) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ae33cc494..80b8279a07 100644 --- a/package.json +++ b/package.json @@ -218,7 +218,7 @@ "http-server": "^0.12.0", "husky": "^4.0.3", "identity-obj-proxy": "^3.0.0", - "ignore-emit-webpack-plugin": "^2.0.2", + "ignore-emit-webpack-plugin": "2.0.2", "immutability-helper": "^3.0.0", "inquirer": "^7.1.0", "intersection-observer": "^0.11.0",