From 41c86d1cf111b20c130688ef26a418a92b978f64 Mon Sep 17 00:00:00 2001 From: David Mehren Date: Wed, 5 May 2021 13:37:47 +0200 Subject: Use esbuild to minify frontend JS This speeds up build times massively Signed-off-by: David Mehren --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index a558a4dc..60a43d57 100644 --- a/package.json +++ b/package.json @@ -151,6 +151,7 @@ "copy-webpack-plugin": "6.4.1", "css-loader": "5.2.4", "emojify.js": "^1.1.0", + "esbuild-loader": "2.13.0", "escape-html": "^1.0.3", "eslint": "7.25.0", "eslint-config-standard": "16.0.2", -- cgit v1.2.3