build: update browser target
This commit is contained in:
parent
42cefc48ca
commit
55dc4f7a53
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue