Skip to content

Commit 87db643

Browse files
author
wumingliang
committed
chore: update farmfe utils
1 parent 2dc7236 commit 87db643

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/enhanced-magic-string/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ git_release_enable = true
1111
[dependencies]
1212
sourcemap = "8.0.1"
1313
base64 = "0.22.0"
14-
farmfe_utils = "0.1.4"
14+
farmfe_utils = "0.1.5"
1515
regex = "1.10.0"
1616
parking_lot = { version = "0.12", features = ["deadlock_detection"] }
1717

crates/enhanced-magic-string/src/bundle.rs

-5
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,6 @@ impl Bundle {
161161

162162
if !source.ignore_list.is_empty() {
163163
unimplemented!("source.ignore_list");
164-
// if x_google_ignoreList.is_none() {
165-
// x_google_ignoreList = Some(vec![]);
166-
// }
167-
168-
// x_google_ignoreList.as_mut().unwrap().push(source_index);
169164
}
170165
});
171166

0 commit comments

Comments
 (0)