From 550e5f9b11c7a0c22148e668b36d2c0585892df8 Mon Sep 17 00:00:00 2001 From: Yuxuan Zhang Date: Sun, 30 Mar 2025 09:40:57 -0400 Subject: [PATCH] revert bundle.ts --- src/node/build/bundle.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/node/build/bundle.ts b/src/node/build/bundle.ts index 4349f7cb..662e9593 100644 --- a/src/node/build/bundle.ts +++ b/src/node/build/bundle.ts @@ -139,12 +139,6 @@ export async function bundle( ) { return 'framework' } - if (/(^|\/)config\.([cm]?js|ts|json)$/.test(id)) { - return 'framework' - } - if (/(^|\/)vitepress\/package.json$/.test(id)) { - return 'framework' - } if ( (id.startsWith(`${clientDir}/theme-default`) ||