Skip to content

Commit

Permalink
ci: update babel
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 16, 2023
1 parent 22bbfa4 commit 1ad519f
Show file tree
Hide file tree
Showing 5 changed files with 10,130 additions and 41,962 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"messagesDir": "./translations/messages/"
}]
],
"presets": [["env", {"targets": {"browsers": ["last 3 versions", "Safari >= 8", "iOS >= 8"]}}], "react"]
"presets": [["@babel/preset-env", {"targets": {"browsers": ["last 3 versions", "Safari >= 8", "iOS >= 8"]}}], "@babel/preset-react"]
}
Loading

0 comments on commit 1ad519f

Please sign in to comment.