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.
VITE_CJS_IGNORE_WARNING
1 parent 0175c43 commit b0ef178Copy full SHA for b0ef178
packages/wxt/src/cli/index.ts
@@ -2,9 +2,6 @@ import cli from './commands';
2
import { version } from '../version';
3
import { isAliasedCommand } from './cli-utils';
4
5
-// TODO: Remove. See https://github.com/wxt-dev/wxt/issues/277
6
-process.env.VITE_CJS_IGNORE_WARNING = 'true';
7
-
8
// Grab the command that we're trying to run
9
cli.parse(process.argv, { run: false });
10
0 commit comments