Skip to content

Commit 9ed9bc2

Browse files
committed
revert auto updating moduleResolution
1 parent be18d14 commit 9ed9bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/qwik/src/cli/migrate-v2/run-migration.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
removeTsMorphFromPackageJson,
99
updateDependencies,
1010
} from './update-dependencies';
11-
import { updateConfigurations } from './update-configurations';
1211

1312
export async function runV2Migration(app: AppCommand) {
1413
intro(
@@ -56,7 +55,8 @@ export async function runV2Migration(app: AppCommand) {
5655
await removeTsMorphFromPackageJson();
5756
}
5857

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

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

0 commit comments

Comments
 (0)