Skip to content

Commit

Permalink
fix: 🚑 turn off skip_modules (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
stormslowly authored Jan 10, 2024
1 parent 0bbb7fb commit 60e1b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/mako/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ const DEFAULT_CONFIG: &str = r#"
"optimizePackageImports": false,
"emotion": false,
"flexBugs": false,
"optimization": { "skipModules": true }
"optimization": { "skipModules": false }
}
"#;

Expand Down

0 comments on commit 60e1b4f

Please sign in to comment.