Skip to content

Commit

Permalink
add browsersList for babel-preset-env
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBorg committed Nov 6, 2017
1 parent 27d50b0 commit 397b97f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"dependencies": {
"vue": "^2.4.4"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
Expand Down

0 comments on commit 397b97f

Please sign in to comment.