Skip to content

Commit

Permalink
fix: snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy committed Oct 24, 2023
1 parent 6cd7e24 commit 42d32f6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,7 @@ exports[`applyDefaultPlugins > should apply default plugins correctly 1`] = `
Plugin {
"_options": {
"prefix": "Client",
"profile": false,
},
"name": "ProgressPlugin",
},
Expand Down Expand Up @@ -1464,6 +1465,7 @@ exports[`applyDefaultPlugins > should apply default plugins correctly when prod
Plugin {
"_options": {
"prefix": "Client",
"profile": false,
},
"name": "ProgressPlugin",
},
Expand Down Expand Up @@ -1944,6 +1946,7 @@ exports[`applyDefaultPlugins > should apply default plugins correctyly when targ
Plugin {
"_options": {
"prefix": "Server",
"profile": false,
},
"name": "ProgressPlugin",
},
Expand Down Expand Up @@ -2676,6 +2679,7 @@ exports[`tools.rspack > should match snapshot 1`] = `
Plugin {
"_options": {
"prefix": "Client",
"profile": false,
},
"name": "ProgressPlugin",
},
Expand Down

0 comments on commit 42d32f6

Please sign in to comment.