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 2b12731 commit 402c3cdCopy full SHA for 402c3cd
build.ts
@@ -33,7 +33,7 @@ const buildOptions: BuildOptions = {
33
minify: isProd,
34
sourcemap: false,
35
treeShaking: true,
36
- logLevel: 'debug',
+ logLevel: 'warning',
37
};
38
39
if (isProd) {
0 commit comments