From 6d23dc6a8b46e93a103f6d31f28e6bff244e7992 Mon Sep 17 00:00:00 2001 From: Shai Reznik Date: Fri, 13 Dec 2024 23:17:36 +0200 Subject: [PATCH] revert auto updating moduleResolution --- packages/qwik/src/cli/migrate-v2/run-migration.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/qwik/src/cli/migrate-v2/run-migration.ts b/packages/qwik/src/cli/migrate-v2/run-migration.ts index 7ded4091a3e..1e237673176 100644 --- a/packages/qwik/src/cli/migrate-v2/run-migration.ts +++ b/packages/qwik/src/cli/migrate-v2/run-migration.ts @@ -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!`)}`);