summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDavid Mehren2021-05-05 13:37:47 +0200
committerDavid Mehren2021-05-06 21:13:56 +0200
commit41c86d1cf111b20c130688ef26a418a92b978f64 (patch)
treec896e600f1862340daf06f8e497d5192c6560d27 /package.json
parentad7fadee17889b904b2a62facd0cef86b71271ab (diff)
Use esbuild to minify frontend JS
This speeds up build times massively Signed-off-by: David Mehren <git@herrmehren.de>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
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",