Skip to content

Commit

Permalink
Add "bugfixes": true to present-env config
Browse files Browse the repository at this point in the history
Same as we do in Via
  • Loading branch information
seanh committed Jul 4, 2024
1 parent 2744d9d commit c06eae4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
"importSource": "preact"
}
],
"@babel/preset-env"
[
"@babel/preset-env",
{
"bugfixes": true
}
]
],
"env": {
"development": {
Expand Down

0 comments on commit c06eae4

Please sign in to comment.