Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions crates/pack-core/src/library/chunking_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ use turbo_tasks::{
use turbo_tasks_fs::FileSystemPath;
use turbo_tasks_hash::{DeterministicHash, Xxh3Hash64Hasher, encode_hex};
use turbopack_browser::chunking_context::{
clean_separators, match_content_hash_placeholder, match_name_placeholder,
replace_content_hash_placeholder, replace_name_placeholder,
match_content_hash_placeholder, match_name_placeholder, replace_content_hash_placeholder,
replace_name_placeholder,
};
use turbopack_core::{
asset::Asset,
Expand All @@ -24,7 +24,7 @@ use turbopack_core::{
module_id_strategies::{DevModuleIdStrategy, ModuleIdStrategy},
},
environment::Environment,
ident::AssetIdent,
ident::{AssetIdent, clean_separators},
module::Module,
module_graph::{
ModuleGraph,
Expand Down
Loading