Skip to content

Commit bb67910

Browse files
authored
fix: wxt normal logs are drowned by [email protected] ads (#1883)
1 parent 16027c8 commit bb67910

File tree

1 file changed

+1
-0
lines changed
  • packages/wxt/src/core/utils

1 file changed

+1
-0
lines changed

packages/wxt/src/core/utils/env.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import type { TargetBrowser } from '../../types';
88
export function loadEnv(mode: string, browser: TargetBrowser) {
99
return expand(
1010
config({
11+
quiet: true,
1112
// Files on top override files below
1213
path: [
1314
`.env.${mode}.${browser}.local`,

0 commit comments

Comments
 (0)