File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module.exports = function(source, map) {
9
9
// Pass on query parameters as an options object to the DtsCreator. This lets
10
10
// you change the default options of the DtsCreator and e.g. use a different
11
11
// output folder.
12
- var queryOptions = loaderUtils . parseQuery ( this . query ) ;
12
+ var queryOptions = loaderUtils . getOptions ( this . query ) ;
13
13
var options ;
14
14
if ( queryOptions ) {
15
15
options = Object . assign ( { } , queryOptions ) ;
Original file line number Diff line number Diff line change 21
21
"url" : " https://github.com/olegstepura/typed-css-modules-loader/issues"
22
22
},
23
23
"dependencies" : {
24
- "loader-utils" : " ^0.2.15 " ,
24
+ "loader-utils" : " ^1.1.0 " ,
25
25
"typed-css-modules" : " ^0.2.0"
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments