From 369b383f7b71357fd7ed43446843e4a7816b9af8 Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Mon, 27 May 2019 08:27:56 +0300 Subject: [PATCH] copy-webpack-plugin to 5.0.1 -- (because of webpack 4) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cfc93cc..183599f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-preset-env": "^1.6.0", - "copy-webpack-plugin": "^4.0.1", + "copy-webpack-plugin": "^5.0.1", "imports-loader": "^0.8.0", "jest": "^23.4.1", "jquery": "^3.3.1",