refactor: upgrade unbuild to 3.0.0 rc version (#4797)

This commit is contained in:
Vben
2024-11-02 21:21:51 +08:00
committed by GitHub
parent 422936a981
commit 35eef33779
8 changed files with 37 additions and 364 deletions

View File

@@ -46,7 +46,6 @@ export async function run(options: RunOptions) {
process.exit(1);
}
process.env.VITE_CJS_IGNORE_WARNING = '1';
execaCommand(`pnpm --filter=${selectPkg} run ${command}`, {
stdio: 'inherit',
});