Skip to content

Commit

Permalink
Fix binding_macros,
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Sep 5, 2023
1 parent c634e9a commit 716b937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/binding_macros/src/wasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ macro_rules! build_print_sync {
None,
opts.config.emit_source_map_columns.into_bool(),
Default::default(),
swc_ecma_codegen::Config::default()
swc_core::ecma::codegen::Config::default()
.with_target(opts.codegen_target().unwrap_or($crate::wasm::EsVersion::Es2020))
.with_minify(opts.config.minify.into())
),"failed to print code")?;
Expand Down

0 comments on commit 716b937

Please sign in to comment.