Skip to content

Commit b996923

Browse files
fix: watching (#555)
1 parent fa5aa1b commit b996923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ class CopyPlugin {
438438
snapshot = await CopyPlugin.createSnapshot(
439439
compilation,
440440
startTime,
441-
sourceFilename
441+
absoluteFilename
442442
);
443443
} catch (error) {
444444
compilation.errors.push(error);

0 commit comments

Comments
 (0)