Skip to content

Commit

Permalink
Debug windows paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov committed Jun 13, 2020
1 parent 7ad5b97 commit 782eab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export default function festLoader(source) {

// Tracking dependencies is optional feature, that could fail
getDependencies(this.resourcePath, source).catch(() => []).then((deps) => {
console.log(deps);
deps.forEach((dep) => this.addDependency(dep));
}).then(() => (
new Promise(compile(source, {
Expand Down

0 comments on commit 782eab7

Please sign in to comment.