File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ var compileExports = require("./compile-exports");
9
9
10
10
11
11
module . exports = function ( content , map ) {
12
- if ( this . cacheable ) this . cacheable ( ) ;
13
12
var callback = this . async ( ) ;
14
13
var query = loaderUtils . getOptions ( this ) || { } ;
15
14
var moduleMode = query . modules ;
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ var compileExports = require("./compile-exports");
9
9
10
10
11
11
module . exports = function ( content ) {
12
- if ( this . cacheable ) this . cacheable ( ) ;
13
12
var callback = this . async ( ) ;
14
13
var query = loaderUtils . getOptions ( this ) || { } ;
15
14
var moduleMode = query . modules ;
Original file line number Diff line number Diff line change 34
34
"should" : " ^11.1.2" ,
35
35
"standard-version" : " ^4.0.0"
36
36
},
37
+ "peerDependencies" : {
38
+ "webpack" : " ^3.0.0 || ^4.0.0"
39
+ },
37
40
"scripts" : {
38
41
"lint" : " eslint lib test" ,
39
42
"test" : " mocha" ,
You can’t perform that action at this time.
0 commit comments