Skip to content

Commit d10ffcd

Browse files
committed
chore: 🤖 Added treeshaking esbuild option
1 parent 7b59730 commit d10ffcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎scripts/build.js‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const buildPackage = () => {
1212
bundle: true,
1313
minify: true,
1414
sourcemap: true,
15+
treeShaking: true,
1516
plugins: [nodeExternalsPlugin()],
1617
};
1718

0 commit comments

Comments
 (0)