Skip to content

Commit 68c35c0

Browse files
test: debug
1 parent d3b1bea commit 68c35c0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/index.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,10 @@ class CopyPlugin {
362362
break;
363363
case "glob":
364364
default: {
365-
const contextDependencies = path.normalize(
366-
getGlobParent()(absoluteFrom),
367-
);
365+
const contextDependencies = getGlobParent()(absoluteFrom);
366+
367+
// eslint-disable-next-line no-console
368+
console.log(contextDependencies);
368369

369370
compilation.contextDependencies.add(contextDependencies);
370371

0 commit comments

Comments
 (0)