Skip to content

Commit

Permalink
test: code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Sep 28, 2020
1 parent ff8cdcb commit 792f01a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14,368 deletions.
7 changes: 7 additions & 0 deletions src/utils.js
Expand Up @@ -182,6 +182,13 @@ async function getDependencies(
? path.dirname(filename)
: path.join(path.dirname(filename), globTask.base);

// eslint-disable-next-line no-console
console.log(nodePath);
// eslint-disable-next-line no-console
console.log(globTask);
// eslint-disable-next-line no-console
console.log(context);

loaderContext.addContextDependency(context);
}

Expand Down

0 comments on commit 792f01a

Please sign in to comment.