Skip to content

Commit

Permalink
inline into format
Browse files Browse the repository at this point in the history
Co-authored-by: Donny/강동윤 <[email protected]>
  • Loading branch information
jantimon and kdy1 authored Jul 21, 2024
1 parent 002327b commit cf9db56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/yak-swc/yak_swc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,7 @@ where
src: Box::new(Str {
span: DUMMY_SP,
value: format!(
"./{}.yak.module.css!=!./{}?./{}.yak.module.css",
basename, basename, basename
"./{basename}.yak.module.css!=!./{basename}?./{basename}.yak.module.css"
)
.into(),
raw: None,
Expand Down

0 comments on commit cf9db56

Please sign in to comment.