Skip to content

Commit

Permalink
Update babel monorepo to v7.22.5 (mastodon#25405)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renaud Chaput <[email protected]>
  • Loading branch information
renovate[bot] and renchap authored Jun 14, 2023
1 parent a99201c commit ae2790d
Show file tree
Hide file tree
Showing 2 changed files with 785 additions and 723 deletions.
5 changes: 3 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ module.exports = (api) => {
debug: false,
include: [
'transform-numeric-separator',
'transform-optional-chaining',
'transform-nullish-coalescing-operator',
'transform-class-properties',
],
};

Expand All @@ -24,8 +27,6 @@ module.exports = (api) => {
plugins: [
['formatjs'],
'preval',
'@babel/plugin-transform-optional-chaining',
'@babel/plugin-transform-nullish-coalescing-operator',
],
overrides: [
{
Expand Down
Loading

0 comments on commit ae2790d

Please sign in to comment.