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

View file

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