We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
swc-project
Learn more about funding links in repositories.
Report abuse
swc_config
1 parent 905525d commit d87fef0Copy full SHA for d87fef0
crates/swc_config/src/lib.rs
@@ -1,7 +1,5 @@
1
//! Configuration for swc
2
3
-#[macro_use]
4
-mod macros;
5
pub mod config_types;
6
pub mod merge;
7
#[cfg(feature = "sourcemap")]
crates/swc_config/src/macros.rs
0 commit comments