Skip to content

Commit c8dc542

Browse files
authored
fix(vite): remove noExternal: true from each service build (#3665)
1 parent a0f52cc commit c8dc542

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/build/vite/env.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ export function createServiceEnvironment(
7373
emptyOutDir: true,
7474
},
7575
resolve: {
76-
noExternal: ctx.nitro!.options.dev ? undefined : true,
7776
conditions: ctx.nitro!.options.exportConditions,
7877
externalConditions: ctx.nitro!.options.exportConditions,
7978
},

0 commit comments

Comments
 (0)