Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
JSerFeng committed Jan 5, 2025
1 parent 10f9696 commit ac5893a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,6 @@ impl CodeSplitter {
.expect("should have module")
.pre_order_index = Some(idx);
}

for (m, idx) in post_order_indices {
module_graph
.module_graph_module_by_identifier_mut(&m)
Expand Down
1 change: 1 addition & 0 deletions tests/webpack-test/statsCases/prefetch/inner.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 0 additions & 1 deletion tests/webpack-test/statsCases/prefetch/test.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const path = require("path");

module.exports = {
validate(stats, error, actual) {

expect(diffStats(actual, path.basename(__dirname)))
.toMatchInlineSnapshot(`
"- Expected
Expand Down

0 comments on commit ac5893a

Please sign in to comment.