Skip to content

Commit 05bf2eb

Browse files
committed
[experiment] Minify syntax
1 parent e9868e9 commit 05bf2eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Herebyfile.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ function createBundler(entrypoint, outfile, taskOptions = {}) {
179179
treeShaking: taskOptions.treeShaking,
180180
packages: "external",
181181
logLevel: "warning",
182+
minifySyntax: true,
182183
// legalComments: "none", // If we add copyright headers to the source files, uncomment.
183184
};
184185

0 commit comments

Comments
 (0)