We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b407ed6 commit effb2c6Copy full SHA for effb2c6
src/build/vite/plugin.ts
@@ -269,6 +269,7 @@ function nitroService(ctx: NitroPluginContext): VitePlugin {
269
applyToEnvironment: (env) => env.name === "nitro",
270
271
resolveId: {
272
+ filter: { id: /^#nitro-vite-setup$/ },
273
async handler(id) {
274
// Virtual modules
275
if (id === "#nitro-vite-setup") {
@@ -278,6 +279,7 @@ function nitroService(ctx: NitroPluginContext): VitePlugin {
278
279
},
280
281
load: {
282
283
284
285
0 commit comments