Skip to content

Commit

Permalink
Revert "chore: core-js 업데이트"
Browse files Browse the repository at this point in the history
This reverts commit 6c26696.
  • Loading branch information
Xvezda committed Dec 13, 2023
1 parent 6c26696 commit bc80a4a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
13 changes: 13 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
{
"presets": [
[
"@babel/preset-env",
{
"loose": true,
"useBuiltIns": "entry",
"corejs": {"version": 3, "proposals": true},
"exclude": [
"@babel/plugin-transform-typeof-symbol"
]
}
]
],
"env": {
"test": {
"plugins": ["@babel/plugin-transform-runtime"]
Expand Down
2 changes: 1 addition & 1 deletion examples/tic-tac-toe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"private": true,
"devDependencies": {
"core-js": "^3.34.0",
"core-js": "^3.18.1",
"parcel": "^2.10.3"
},
"dependencies": {
Expand Down
9 changes: 2 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc80a4a

Please sign in to comment.