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 afae8a1 commit 5b618d8Copy full SHA for 5b618d8
2 files changed
crates/pack-core/src/server/contexts.rs
@@ -313,7 +313,6 @@ pub async fn get_server_resolve_options_context(
313
custom_conditions,
314
import_map: Some(server_import_map),
315
fallback_import_map: Some(server_fallback_import_map),
316
- browser: true,
317
module: true,
318
before_resolve_plugins: vec![ResolvedVc::upcast(externals_plugin)],
319
after_resolve_plugins: vec![ResolvedVc::upcast(externals_plugin)],
0 commit comments