Skip to content

Commit

Permalink
Exclude transform-typeof-symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
kristerkari committed Jul 19, 2021
1 parent 62661b1 commit 379ced6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
{
"presets": ["@babel/preset-env"]
"presets": [
[
"@babel/preset-env",
{
"exclude": [
"transform-typeof-symbol"
]
}
]
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"size-limit": [
{
"limit": "750 B",
"limit": "600 B",
"path": "dist/index.js",
"gzip": true
}
Expand Down

0 comments on commit 379ced6

Please sign in to comment.