fix: Remove unnecessary VITE_CJS_IGNORE_WARNING flag

This commit is contained in:
Aaron
2024-11-16 16:37:22 -06:00
parent c2f77b1036
commit ceec40528f
-3
View File
@@ -2,9 +2,6 @@ import cli from './commands';
import { version } from '../version';
import { isAliasedCommand } from './cli-utils';
// TODO: Remove. See https://github.com/wxt-dev/wxt/issues/277
process.env.VITE_CJS_IGNORE_WARNING = 'true';
// Grab the command that we're trying to run
cli.parse(process.argv, { run: false });