We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10bf932 commit 1ef2fe6Copy full SHA for 1ef2fe6
packages/start-nitro-v2-vite-plugin/src/index.ts
@@ -91,6 +91,7 @@ export function nitroV2Plugin(nitroConfig?: UserNitroConfig): PluginOption {
91
baseURL: "/",
92
},
93
],
94
+ noExternals: false,
95
renderer: virtualEntry,
96
rollupConfig: {
97
...nitroConfig?.rollupConfig,
0 commit comments