Skip to content

Commit b164909

Browse files
committed
update
1 parent d43cc4f commit b164909

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/rs_lib/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ impl DenoWorkspace {
190190
unstable_sloppy_imports: true,
191191
npm_system_info: npm_system_info()?,
192192
node_resolver_options: NodeResolverOptions {
193+
// todo: support these
194+
prefer_browser_field: false,
195+
bundle_mode: false,
193196
conditions: NodeConditionOptions {
194197
conditions: options
195198
.node_conditions

0 commit comments

Comments
 (0)