esbuild: force-enable tree shaking, just in case

This commit is contained in:
Starbeamrainbowlabs 2022-03-10 02:49:41 +00:00
parent 1bd7658299
commit 0af8cc2a32
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ function hash_file(hashName, path) {
bundle: true,
minify: true,
sourcemap: true,
treeShaking: true,
loader: {
".html": "text",
".svg": "file",