From d4481bf88f2655dd6823c08825dfdb4094021ffa Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 9 Apr 2023 00:00:34 +0200 Subject: [PATCH] try going back to older copy-webpack-plugin seems that introduced slowness https://github.com/PrismarineJS/prismarine-web-client/actions?page=2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 62732d7..171e1c4 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "buffer": "^6.0.3", "clean-webpack-plugin": "^4.0.0", "constants-browserify": "^1.0.0", - "copy-webpack-plugin": "^11.0.0", + "copy-webpack-plugin": "^10.2.4", "crypto-browserify": "^3.12.0", "events": "^3.2.0", "html-webpack-plugin": "^5.3.1",