File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2
2
// @ts -nocheck
3
3
'use strict' ;
4
4
const _ = require ( 'lodash' ) ;
5
- const loaderUtils = require ( 'loader-utils' ) ;
6
5
7
6
module . exports = function ( source ) {
8
7
// Get templating options
9
- const options = this . query !== '' ? loaderUtils . getOptions ( this ) : { } ;
8
+ const options = this . getOptions ( ) ;
10
9
const force = options . force || false ;
11
10
12
11
const allLoadersButThisOne = this . loaders . filter ( function ( loader ) {
Original file line number Diff line number Diff line change 34
34
"css-loader" : " 5.0.1" ,
35
35
"cz-conventional-changelog" : " 2.1.0" ,
36
36
"dir-compare" : " 1.7.2" ,
37
- "html-loader" : " 2.0.0 " ,
37
+ "html-loader" : " 2.1.1 " ,
38
38
"jest" : " 26.5.3" ,
39
39
"mini-css-extract-plugin" : " 1.0.0" ,
40
40
"pug" : " 3.0.2" ,
52
52
"dependencies" : {
53
53
"@types/html-minifier-terser" : " ^5.0.0" ,
54
54
"html-minifier-terser" : " ^5.0.1" ,
55
- "loader-utils" : " ^2.0.0" ,
56
55
"lodash" : " ^4.17.20" ,
57
56
"pretty-error" : " ^2.1.1" ,
58
57
"tapable" : " ^2.0.0"
You can’t perform that action at this time.
0 commit comments