Skip to content

Commit

Permalink
add browserslist field in package.json of nextra.site and swr exa…
Browse files Browse the repository at this point in the history
…mple (#3348)

aa
  • Loading branch information
dimaMachina authored Oct 2, 2024
1 parent 659b36e commit 77753a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,9 @@
"autoprefixer": "^10.4.16",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1"
}
},
"browserslist": [
">= .25%",
"not dead"
]
}
4 changes: 4 additions & 0 deletions examples/swr-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
"postcss-import": "^16.0.0",
"tailwindcss": "^3.4.1"
},
"browserslist": [
">= .25%",
"not dead"
],
"nextBundleAnalysis": {
"budget": 358400,
"budgetPercentIncreaseRed": 20,
Expand Down

0 comments on commit 77753a2

Please sign in to comment.