Skip to content

Commit fe0846c

Browse files
committed
chore: update swc
1 parent da58f8a commit fe0846c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ impl Plugin for FarmPluginReplaceDirname {
119119
// param.meta.as_script_mut().ast = module;
120120
let ast = &mut param.meta.as_script_mut().ast;
121121
// println!("AST: {:#?}", ast);
122-
// replace_lib_with_aaa(ast);
122+
replace_lib_with_aaa(ast);
123123
Ok(Some(()))
124124
}
125125
}

0 commit comments

Comments
 (0)