Skip to content

Commit

Permalink
Fix transformStyleAttribute missing field analyzeDependencies error
Browse files Browse the repository at this point in the history
Fixes #290
  • Loading branch information
devongovett committed Sep 16, 2022
1 parent 1a23835 commit 83fd8a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,7 @@ struct AttrConfig {
pub targets: Option<Browsers>,
#[serde(default)]
pub minify: bool,
#[serde(default)]
pub analyze_dependencies: bool,
#[serde(default)]
pub error_recovery: bool,
Expand Down

0 comments on commit 83fd8a7

Please sign in to comment.