esbuild: force-enable tree shaking, just in case
This commit is contained in:
parent
1bd7658299
commit
0af8cc2a32
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ function hash_file(hashName, path) {
|
|||
bundle: true,
|
||||
minify: true,
|
||||
sourcemap: true,
|
||||
treeShaking: true,
|
||||
loader: {
|
||||
".html": "text",
|
||||
".svg": "file",
|
||||
|
|
Loading…
Reference in a new issue