Skip to content

Commit

Permalink
fix: stage for processing assets (#600) (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
slavafomin committed Apr 6, 2021
1 parent a571f07 commit d8fa32a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -615,7 +615,7 @@ class CopyPlugin {
compilation.hooks.processAssets.tapAsync(
{
name: "copy-webpack-plugin",
stage: compiler.webpack.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS,
stage: compiler.webpack.Compilation.PROCESS_ASSETS_STAGE_ADDITIONAL,
},
async (unusedAssets, callback) => {
logger.log("starting to add additional assets...");
Expand Down

0 comments on commit d8fa32a

Please sign in to comment.