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 0596e79 commit 0ca2e47Copy full SHA for 0ca2e47
crates/pack-core/src/import_map.rs
@@ -105,6 +105,10 @@ async fn insert_shared_aliases(
105
"react-refresh",
106
pack_path.join("node_modules/react-refresh")?,
107
);
108
+ import_map.insert_singleton_alias(
109
+ "@utoo/style-loader",
110
+ pack_path.join("node_modules/@utoo/style-loader")?,
111
+ );
112
}
113
// import_map.insert_singleton_alias("styled-jsx", pack_package.clone());
114
import_map.insert_singleton_alias("react", project_path.clone());
0 commit comments