Skip to content

Commit 753c9f8

Browse files
committed
fix: JS bundle size increased #22
1 parent a0f3f73 commit 753c9f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/js/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export function jsHandler(rawSource: string, options: IJsHandlerOptions) {
6666
}
6767
}
6868
],
69+
minified: true,
6970
sourceMaps: false,
7071
configFile: false
7172
})

0 commit comments

Comments
 (0)