Skip to content

Commit b0ef178

Browse files
committed
fix: Remove unnecessary VITE_CJS_IGNORE_WARNING flag
1 parent 0175c43 commit b0ef178

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/wxt/src/cli/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ import cli from './commands';
22
import { version } from '../version';
33
import { isAliasedCommand } from './cli-utils';
44

5-
// TODO: Remove. See https://github.com/wxt-dev/wxt/issues/277
6-
process.env.VITE_CJS_IGNORE_WARNING = 'true';
7-
85
// Grab the command that we're trying to run
96
cli.parse(process.argv, { run: false });
107

0 commit comments

Comments
 (0)