Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahabhgk committed Aug 6, 2024
1 parent 19c0225 commit 39eba77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rspack_core/src/options/externals.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use rspack_error::Result;
use rspack_regex::RspackRegex;
use rustc_hash::FxHashMap as HashMap;

use crate::{Resolve, ResolveOptionsWithDependencyType, ResolverFactory};
use crate::{ResolveOptionsWithDependencyType, ResolverFactory};

pub type Externals = Vec<ExternalItem>;

Expand Down

0 comments on commit 39eba77

Please sign in to comment.