File tree 4 files changed +11
-13
lines changed 4 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -7,20 +7,17 @@ matrix:
7
7
fast_finish : true
8
8
include :
9
9
- os : linux
10
- node_js : " 7 "
11
- env : WEBPACK_VERSION="2.2 .0" JOB_PART=lint
10
+ node_js : " 10 "
11
+ env : WEBPACK_VERSION="4.15 .0" JOB_PART=lint
12
12
- os : linux
13
- node_js : " 6"
14
- env : WEBPACK_VERSION="2.2.0" JOB_PART=test
15
- - os : linux
16
- node_js : " 4.3"
17
- env : WEBPACK_VERSION="2.2.0" JOB_PART=test
13
+ node_js : " 10"
14
+ env : WEBPACK_VERSION="4.15.0" JOB_PART=test
18
15
- os : linux
19
- node_js : " 7 "
20
- env : WEBPACK_VERSION="2.2 .0" JOB_PART=test
16
+ node_js : " 8 "
17
+ env : WEBPACK_VERSION="4.15 .0" JOB_PART=test
21
18
- os : linux
22
- node_js : " 4.3 "
23
- env : WEBPACK_VERSION="1.14 .0" JOB_PART=test
19
+ node_js : " 6 "
20
+ env : WEBPACK_VERSION="4.15 .0" JOB_PART=test
24
21
before_install :
25
22
- nvm --version
26
23
- node --version
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" : " ^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