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 ccb49a9 commit 4785e59Copy full SHA for 4785e59
index.js
@@ -9,7 +9,7 @@ module.exports = function(source, map) {
9
// Pass on query parameters as an options object to the DtsCreator. This lets
10
// you change the default options of the DtsCreator and e.g. use a different
11
// output folder.
12
- var queryOptions = loaderUtils.getOptions(this.query);
+ var queryOptions = loaderUtils.getOptions(this);
13
var options;
14
if (queryOptions) {
15
options = Object.assign({}, queryOptions);
0 commit comments