Skip to content

Commit

Permalink
chore: Update to webpack-defaults 1.6 (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 authored and joshwiens committed Oct 5, 2017
1 parent ec229d9 commit b6d0478
Show file tree
Hide file tree
Showing 5 changed files with 2,102 additions and 1,487 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"useBuiltIns": true,
"targets": {
"node": "4.3"
"node": "4.8"
},
"exclude": [
"transform-async-to-generator",
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env: WEBPACK_VERSION=latest JOB_PART=test
script: npm run travis:$JOB_PART
- <<: *test-latest
node_js: 4.3
node_js: 4.8
env: WEBPACK_VERSION=latest JOB_PART=test
script: npm run travis:$JOB_PART
- <<: *test-latest
Expand All @@ -33,7 +33,7 @@ jobs:
node_js: 8
env: WEBPACK_VERSION=canary JOB_PART=test
before_install:
- 'npm i -g npm@^5.0.0'
- 'if [[ `npm -v` != 5* ]]; then npm i -g npm@^5.0.0; fi'
- nvm --version
- node --version
- npm --version
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ environment:
- nodejs_version: '6'
webpack_version: latest
job_part: test
- nodejs_version: '4.3'
- nodejs_version: '4.8'
webpack_version: latest
job_part: test
build: 'off'
matrix:
fast_finish: true
install:
- ps: Install-Product node $env:nodejs_version x64
- cmd: npm i -g npm@latest
- npm i -g npm@latest
- npm install
before_test:
- cmd: npm install webpack@%webpack_version%
Expand Down
Loading

0 comments on commit b6d0478

Please sign in to comment.