Skip to content

Commit

Permalink
revert auto updating moduleResolution
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Dec 13, 2024
1 parent be18d14 commit 6d23dc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/qwik/src/cli/migrate-v2/run-migration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ export async function runV2Migration(app: AppCommand) {
await removeTsMorphFromPackageJson();
}

updateConfigurations();
// COMMENTED OUT FOR NOW 👇 (as this is fixed in https://github.com/QwikDev/qwik/pull/7159)
// updateConfigurations();

await updateDependencies();
log.success(`${green(`Your application has been successfully migrated to v2!`)}`);
Expand Down

0 comments on commit 6d23dc6

Please sign in to comment.