Skip to content

Commit

Permalink
fix: add_include clean entry
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Jan 6, 2025
1 parent 0de9320 commit 16534d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rspack_core/src/compiler/compilation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ impl Compilation {
self.make_artifact = update_module_graph(
self,
make_artifact,
vec![MakeParam::BuildEntryAndClean(
vec![MakeParam::BuildEntry(
self
.entries
.values()
Expand Down

0 comments on commit 16534d8

Please sign in to comment.