Use esbuild to minify frontend JS

This speeds up build times massively

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren
2021-05-05 13:37:47 +02:00
parent ad7fadee17
commit 41c86d1cf1
4 changed files with 48 additions and 11 deletions

View File

@@ -2,8 +2,7 @@
"presets": [
["env", {
"targets": {
"node": "8",
"uglify": true
"browsers": "defaults"
}
}]
],