Skip to content

Commit 550e5f9

Browse files
committed
revert bundle.ts
1 parent 8d4ae1c commit 550e5f9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/node/build/bundle.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ export async function bundle(
139139
) {
140140
return 'framework'
141141
}
142-
if (/(^|\/)config\.([cm]?js|ts|json)$/.test(id)) {
143-
return 'framework'
144-
}
145-
if (/(^|\/)vitepress\/package.json$/.test(id)) {
146-
return 'framework'
147-
}
148142

149143
if (
150144
(id.startsWith(`${clientDir}/theme-default`) ||

0 commit comments

Comments
 (0)