Skip to content

Commit

Permalink
feat(demo): add ie11 support
Browse files Browse the repository at this point in the history
add babel polyfills to demo
  • Loading branch information
stasson committed Dec 29, 2017
1 parent c59947d commit def1985
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ branches:
only:
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
- /^greenkeeper/.*$/
- /^dev/.*$/
- master
- staging
- dev
Expand Down
1 change: 1 addition & 0 deletions demo/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import './styles/demo.scss'
import 'babel-polyfill';
import Vue from 'vue'
import VueRouter from 'vue-router'
import VueAnalytics from 'vue-analytics'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"canvas": "^1.6.7",
"clean-webpack-plugin": "^0.1.17",
Expand Down Expand Up @@ -143,7 +144,6 @@
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
"last 2 versions"
]
}

0 comments on commit def1985

Please sign in to comment.