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.
[email protected]
1 parent 16027c8 commit bb67910Copy full SHA for bb67910
packages/wxt/src/core/utils/env.ts
@@ -8,6 +8,7 @@ import type { TargetBrowser } from '../../types';
8
export function loadEnv(mode: string, browser: TargetBrowser) {
9
return expand(
10
config({
11
+ quiet: true,
12
// Files on top override files below
13
path: [
14
`.env.${mode}.${browser}.local`,
0 commit comments