Skip to content

Commit

Permalink
fix webpack 5 contenthash bug by switching to PROCESS_ASSETS_STAGE_RE…
Browse files Browse the repository at this point in the history
…PORT (#713)
  • Loading branch information
sumanbh authored Mar 4, 2021
1 parent 3676e48 commit cba6cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack-plugin/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class LoadablePlugin {
{
name,
stage:
compiler.webpack.Compilation.PROCESS_ASSETS_STAGE_SUMMARIZE,
compiler.webpack.Compilation.PROCESS_ASSETS_STAGE_REPORT,
},
() => {
const asset = this.handleEmit(compilation)
Expand Down

0 comments on commit cba6cab

Please sign in to comment.