Skip to content

Commit 402c3cd

Browse files
committed
lower build output details
1 parent 2b12731 commit 402c3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const buildOptions: BuildOptions = {
3333
minify: isProd,
3434
sourcemap: false,
3535
treeShaking: true,
36-
logLevel: 'debug',
36+
logLevel: 'warning',
3737
};
3838

3939
if (isProd) {

0 commit comments

Comments
 (0)