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.
1 parent 309a7db commit e169b25Copy full SHA for e169b25
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