Skip to content

Commit afc55f1

Browse files
committed
fix: forget to set optimize
1 parent 6702dc5 commit afc55f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pranx/src/cmd/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export async function build() {
3838
await fse.emptyDir(OUTPUT_PRANX_DIR);
3939

4040
// Bundling
41-
const optimize_output = false;
41+
const optimize_output = true;
4242

4343
const server_bundle_result = await bundle_server({
4444
optimize: optimize_output,

0 commit comments

Comments
 (0)