File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,9 @@ sudo: false
22language : node_js
33os :
44 - linux
5- - osx
65node_js :
76 - node
87 - " 6"
9- - " 5"
108 - " 4"
119
1210script : npm run travis
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ function randomIdent() {
1414}
1515
1616function getLoaderConfig ( context ) {
17- var query = loaderUtils . parseQuery ( context . query ) ;
17+ var query = loaderUtils . getOptions ( context ) || { } ;
1818 var configKey = query . config || 'htmlLoader' ;
1919 var config = context . options && context . options . hasOwnProperty ( configKey ) ? context . options [ configKey ] : { } ;
2020
Original file line number Diff line number Diff line change 77 "es6-templates" : " ^0.2.2" ,
88 "fastparse" : " ^1.1.1" ,
99 "html-minifier" : " ^3.0.1" ,
10- "loader-utils" : " ^0.2.15 " ,
10+ "loader-utils" : " ^1. 0.2" ,
1111 "object-assign" : " ^4.1.0"
1212 },
1313 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments