Skip to content

Commit

Permalink
fix: watching (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Nov 13, 2020
1 parent fa5aa1b commit b996923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ class CopyPlugin {
snapshot = await CopyPlugin.createSnapshot(
compilation,
startTime,
sourceFilename
absoluteFilename
);
} catch (error) {
compilation.errors.push(error);
Expand Down

0 comments on commit b996923

Please sign in to comment.