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