Update packages/vite/src/vite-node.ts

This commit is contained in:
Daniel Roe 2025-01-18 07:45:15 +00:00 committed by GitHub
parent 3a448fdae5
commit 83b0bd35d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,10 +116,6 @@ function createViteNodeApp (ctx: ViteBuildContext, invalidates: Set<string> = ne
const node = new ViteNodeServer(viteServer, {
deps: {
inline: [
/^virtual:/,
/\.ts$/,
// Rollup
/\0/,
// Common
/^#/,
/\?/,