Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
build: update browser target
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw authored and zhaoyongjie committed Nov 30, 2021
1 parent 42cefc4 commit 55dc4f7
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -89,8 +95,7 @@
"react": true,
"next": true,
"env": {
"corejs": 3,
"useBuiltIns": "usage"
"targets": false
}
},
"jest": {
Expand Down

0 comments on commit 55dc4f7

Please sign in to comment.