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`) ||