revert bundle.ts

pull/4660/head
Yuxuan Zhang 6 months ago
parent 8d4ae1ce03
commit 550e5f9b11
No known key found for this signature in database
GPG Key ID: 6910B04F3351EF7D

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

Loading…
Cancel
Save