Skip to content

Commit

Permalink
Revert "Mark css via style tag as dynamic impot"
Browse files Browse the repository at this point in the history
This reverts commit fb4845a.
  • Loading branch information
ije committed Sep 20, 2021
1 parent 7f98792 commit 59d0e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/jsx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ impl JSXMagicFold {
}

let mut resolver = self.resolver.borrow_mut();
let (resolved_path, fixed_url) = resolver.resolve(href_prop_value, true);
let (resolved_path, fixed_url) = resolver.resolve(href_prop_value, false);
resolver.add_extra_import(resolved_path.as_str());

if href_prop_index >= 0 {
Expand Down

0 comments on commit 59d0e72

Please sign in to comment.