File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -95,11 +95,9 @@ async fn insert_shared_aliases(
9595 let pack_package = get_utoopack_path ( project_path. clone ( ) ) . owned ( ) . await ?;
9696 import_map. insert_singleton_alias ( "@swc/helpers" , pack_package. clone ( ) ) ;
9797 }
98- // FIXME: maybe we don't need this
9998 // import_map.insert_singleton_alias("styled-jsx", pack_package.clone());
100- // import_map.insert_singleton_alias("react", project_path.clone());
101- // import_map.insert_singleton_alias("react-dom", project_path.clone());
102- //
99+ import_map. insert_singleton_alias ( "react" , project_path. clone ( ) ) ;
100+ import_map. insert_singleton_alias ( "react-dom" , project_path. clone ( ) ) ;
103101 insert_package_alias (
104102 import_map,
105103 "@vercel/turbopack-ecmascript-runtime/" ,
You can’t perform that action at this time.
0 commit comments