Skip to content

Commit c1bca69

Browse files
committed
refactor: update nf3 usage
1 parent e421ffd commit c1bca69

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/build/plugins/externals.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,9 @@ export function externals(opts: ExternalsOptions): Plugin {
144144
});
145145
await traceNodeModules([...tracedPaths], {
146146
...opts.trace,
147-
exportConditions: opts.conditions,
147+
conditions: opts.conditions,
148148
rootDir: opts.rootDir,
149149
writePackageJson: true, // deno compat
150-
traceOptions: {
151-
base: "/",
152-
exportsOnly: true,
153-
processCwd: opts.rootDir,
154-
},
155150
});
156151
},
157152
},

0 commit comments

Comments
 (0)