Skip to content

Commit

Permalink
Add explicit browserslist config
Browse files Browse the repository at this point in the history
  • Loading branch information
dkokic committed May 6, 2018
1 parent 3b2f242 commit a444ec2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,15 @@
"style-loader": "^0.13.0",
"webpack": "2.2.0",
"webpack-dev-server": "2.2.0"
},
"browserslist": {
"production": [
"> 1%",
"ie 10"
],
"development": [
"last 1 chrome version",
"last 1 firefox version"
]
}
}

0 comments on commit a444ec2

Please sign in to comment.