Skip to content

Commit d8fa32a

Browse files
authoredApr 6, 2021
fix: stage for processing assets (#600) (#601)
1 parent a571f07 commit d8fa32a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ class CopyPlugin {
615615
compilation.hooks.processAssets.tapAsync(
616616
{
617617
name: "copy-webpack-plugin",
618-
stage: compiler.webpack.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS,
618+
stage: compiler.webpack.Compilation.PROCESS_ASSETS_STAGE_ADDITIONAL,
619619
},
620620
async (unusedAssets, callback) => {
621621
logger.log("starting to add additional assets...");

0 commit comments

Comments
 (0)
Please sign in to comment.