We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b59730 commit d10ffcdCopy full SHA for d10ffcd
‎scripts/build.js‎
@@ -12,6 +12,7 @@ const buildPackage = () => {
12
bundle: true,
13
minify: true,
14
sourcemap: true,
15
+ treeShaking: true,
16
plugins: [nodeExternalsPlugin()],
17
};
18
0 commit comments