Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit a87efdc

Browse files
committed
add missing files and update travis
1 parent 13b7d26 commit a87efdc

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ node_js:
66
- 4
77

88
env:
9-
- WEBPACK_VERSION=4
9+
- WEBPACK_VERSION=4.0.0-beta.2
1010
- WEBPACK_VERSION=3
1111
- WEBPACK_VERSION=2
1212
- WEBPACK_VERSION=1

test/utils/loader.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
var webpackVersion = require("./version")
2+
module.exports = webpackVersion < 4 ? "loader": "use"

test/utils/loaders.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
var webpackVersion = require("./version")
2+
module.exports = webpackVersion < 4 ? "loaders" : "rules"

0 commit comments

Comments
 (0)