Skip to content

Commit 39c38a4

Browse files
jantimonPutzi Sanfivethreeo
committedApr 9, 2020
feat: Add webpack 5 support
Co-authored-by: Putzi San <putzisan@putzisan.de> Co-authored-by: Øyvind Saltvik <oyvind.saltvik@gmail.com>
1 parent c5a5882 commit 39c38a4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+3334
-452
lines changed
 

‎.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@ node_js:
33
- stable
44
- lts/*
55
- 6.9
6+
env:
7+
- WEBPACK_CORE=4
8+
- WEBPACK_CORE=beta
9+
jobs:
10+
exclude:
11+
- node_js: 6.9
12+
env: WEBPACK_CORE=beta
613
before_install:
714
- stty columns 120
815
install:
916
- travis_retry npm install --ignore-scripts
17+
- travis_retry npm install "webpack@$WEBPACK_CORE" --ignore-scripts
1018
script:
1119
- travis_retry npm test
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.