File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 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");
99
1010
1111module . exports = function ( content , map ) {
12- if ( this . cacheable ) this . cacheable ( ) ;
1312 var callback = this . async ( ) ;
1413 var query = loaderUtils . getOptions ( this ) || { } ;
1514 var moduleMode = query . modules ;
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ var compileExports = require("./compile-exports");
99
1010
1111module . exports = function ( content ) {
12- if ( this . cacheable ) this . cacheable ( ) ;
1312 var callback = this . async ( ) ;
1413 var query = loaderUtils . getOptions ( this ) || { } ;
1514 var moduleMode = query . modules ;
Original file line number Diff line number Diff line change 3434 "should" : " ^11.1.2" ,
3535 "standard-version" : " ^4.0.0"
3636 },
37+ "peerDependencies" : {
38+ "webpack" : " ^3.0.0 || ^4.0.0"
39+ },
3740 "scripts" : {
3841 "lint" : " eslint lib test" ,
3942 "test" : " mocha" ,
You can’t perform that action at this time.
0 commit comments