Skip to content

Commit 83fd8a7

Browse files
committed
Fix transformStyleAttribute missing field analyzeDependencies error
Fixes parcel-bundler#290
1 parent 1a23835 commit 83fd8a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

node/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,7 @@ struct AttrConfig {
743743
pub targets: Option<Browsers>,
744744
#[serde(default)]
745745
pub minify: bool,
746+
#[serde(default)]
746747
pub analyze_dependencies: bool,
747748
#[serde(default)]
748749
pub error_recovery: bool,

0 commit comments

Comments
 (0)