mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
Update packages/vite/src/vite-node.ts
This commit is contained in:
parent
3a448fdae5
commit
83b0bd35d2
@ -116,10 +116,6 @@ function createViteNodeApp (ctx: ViteBuildContext, invalidates: Set<string> = ne
|
|||||||
const node = new ViteNodeServer(viteServer, {
|
const node = new ViteNodeServer(viteServer, {
|
||||||
deps: {
|
deps: {
|
||||||
inline: [
|
inline: [
|
||||||
/^virtual:/,
|
|
||||||
/\.ts$/,
|
|
||||||
// Rollup
|
|
||||||
/\0/,
|
|
||||||
// Common
|
// Common
|
||||||
/^#/,
|
/^#/,
|
||||||
/\?/,
|
/\?/,
|
||||||
|
Loading…
Reference in New Issue
Block a user