We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 309a7db + e169b25 commit 1dbd5bfCopy full SHA for 1dbd5bf
index.js
@@ -3,6 +3,7 @@ var loaderUtils = require('loader-utils');
3
4
module.exports = function(source, map) {
5
this.cacheable && this.cacheable();
6
+ this.addDependency(this.resourcePath);
7
var callback = this.async();
8
9
// Pass on query parameters as an options object to the DtsCreator. This lets
0 commit comments