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.
noExternal: true
1 parent a0f52cc commit c8dc542Copy full SHA for c8dc542
src/build/vite/env.ts
@@ -73,7 +73,6 @@ export function createServiceEnvironment(
73
emptyOutDir: true,
74
},
75
resolve: {
76
- noExternal: ctx.nitro!.options.dev ? undefined : true,
77
conditions: ctx.nitro!.options.exportConditions,
78
externalConditions: ctx.nitro!.options.exportConditions,
79
0 commit comments