Skip to content

Commit cba6cab

Browse files
authored
fix webpack 5 contenthash bug by switching to PROCESS_ASSETS_STAGE_REPORT (#713)
1 parent 3676e48 commit cba6cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webpack-plugin/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class LoadablePlugin {
109109
{
110110
name,
111111
stage:
112-
compiler.webpack.Compilation.PROCESS_ASSETS_STAGE_SUMMARIZE,
112+
compiler.webpack.Compilation.PROCESS_ASSETS_STAGE_REPORT,
113113
},
114114
() => {
115115
const asset = this.handleEmit(compilation)

0 commit comments

Comments
 (0)