Skip to content

Commit

Permalink
chore: update farmfe utils
Browse files Browse the repository at this point in the history
  • Loading branch information
wumingliang committed Jul 15, 2024
1 parent 2dc7236 commit 87db643
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/enhanced-magic-string/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ git_release_enable = true
[dependencies]
sourcemap = "8.0.1"
base64 = "0.22.0"
farmfe_utils = "0.1.4"
farmfe_utils = "0.1.5"
regex = "1.10.0"
parking_lot = { version = "0.12", features = ["deadlock_detection"] }

Expand Down
5 changes: 0 additions & 5 deletions crates/enhanced-magic-string/src/bundle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,6 @@ impl Bundle {

if !source.ignore_list.is_empty() {
unimplemented!("source.ignore_list");
// if x_google_ignoreList.is_none() {
// x_google_ignoreList = Some(vec![]);
// }

// x_google_ignoreList.as_mut().unwrap().push(source_index);
}
});

Expand Down

0 comments on commit 87db643

Please sign in to comment.