Skip to content

Commit 6f50fab

Browse files
authored
v3.1.1 (#35)
* Support `Allow in Incognito` chrome option
1 parent 991cee2 commit 6f50fab

File tree

6 files changed

+238
-102
lines changed

6 files changed

+238
-102
lines changed

build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const buildOptions: BuildOptions = {
3939
minify: isProd,
4040
sourcemap: false,
4141
treeShaking: true,
42-
logLevel: 'warning',
42+
logLevel: isProd ? 'warning' : 'debug',
4343
};
4444

4545
if (isProd) {

0 commit comments

Comments
 (0)