We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d43cc4f commit b164909Copy full SHA for b164909
src/rs_lib/lib.rs
@@ -190,6 +190,9 @@ impl DenoWorkspace {
190
unstable_sloppy_imports: true,
191
npm_system_info: npm_system_info()?,
192
node_resolver_options: NodeResolverOptions {
193
+ // todo: support these
194
+ prefer_browser_field: false,
195
+ bundle_mode: false,
196
conditions: NodeConditionOptions {
197
conditions: options
198
.node_conditions
0 commit comments