Skip to content

Commit

Permalink
feat: update to webpack 4
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin authored and filipesilva committed Feb 23, 2018
1 parent 5959c36 commit 167f6fb
Show file tree
Hide file tree
Showing 25 changed files with 436 additions and 692 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ matrix:
os: linux
script: node tests/run_e2e.js --nb-shards=4 --shard=3 --nosilent
env: e2e-3
- node_js: "8"
os: linux
script: node tests/run_e2e.js --eject "--glob=tests/build/**"
env: eject
# WEBPACK4_DISABLED - eject temporarily disabled for webpack 4 integration
# - node_js: "8"
# os: linux
# script: node tests/run_e2e.js --eject "--glob=tests/build/**"
# env: eject

# Optional stage.
- stage: optional
Expand Down
Loading

0 comments on commit 167f6fb

Please sign in to comment.