Skip to content

Commit

Permalink
get rid of global _typeof pollute introduced by babel
Browse files Browse the repository at this point in the history
we don’t use ES6 Symbol() anywhere
  • Loading branch information
mirabilos committed Feb 16, 2023
1 parent 226656c commit 3626b6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"@babel/env",
{
"bugfixes": true,
"exclude": [
"@babel/plugin-transform-typeof-symbol"
],
"modules": "auto"
}
]
Expand Down

0 comments on commit 3626b6f

Please sign in to comment.