From 0ab5b6fc87a4872c88bb1d5796429b0581047402 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Feb 2026 02:37:28 +0000 Subject: [PATCH 1/2] Initial plan From a5f82157a862369bc657db43b30fbefa77f44df5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Feb 2026 02:41:12 +0000 Subject: [PATCH 2/2] docs: add resolve.alias[].customResolver deprecation to migration guide Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com> --- docs/guide/migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide/migration.md b/docs/guide/migration.md index e82bd7630a740b..49a79edf76571c 100644 --- a/docs/guide/migration.md +++ b/docs/guide/migration.md @@ -328,6 +328,7 @@ The following options are deprecated and will be removed in the future: - `worker.rollupOptions`: renamed to `worker.rolldownOptions` - `build.commonjsOptions`: it is now no-op - `build.dynamicImportVarsOptions.warnOnError`: it is now no-op +- `resolve.alias[].customResolver`: Use a custom plugin with `resolveId` hook instead ## General Changes [](#migration-from-v7)