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 15e302c commit 57503e4Copy full SHA for 57503e4
1 file changed
src/build/vite/env.ts
@@ -42,8 +42,7 @@ export function createNitroEnvironment(
42
noExternal: ctx.nitro!.options.dev
43
? // Workaround for dev: external dependencies are not resolvable with respect to nodeModulePaths
44
new RegExp(runtimeDependencies.join("|"))
45
- : // Workaround for build: externals tracing is unstable
46
- (ctx.nitro!.options.noExternals === false ? undefined : true), // prettier-ignore
+ : undefined,
47
conditions: ctx.nitro!.options.exportConditions,
48
externalConditions: ctx.nitro!.options.exportConditions,
49
},
0 commit comments