build: update browser target

This commit is contained in:
Krist Wongsuphasawat 2020-02-13 23:11:35 -08:00 committed by Yongjie Zhao
parent 42cefc48ca
commit 55dc4f7a53

View File

@ -76,6 +76,12 @@
"workspaces": [
"./packages/*"
],
"browserslist": [
"last 3 chrome versions",
"last 3 firefox versions",
"last 3 safari versions",
"last 3 edge versions"
],
"nimbus": {
"drivers": [
"babel",
@ -89,8 +95,7 @@
"react": true,
"next": true,
"env": {
"corejs": 3,
"useBuiltIns": "usage"
"targets": false
}
},
"jest": {