Skip to content
Snippets Groups Projects
Unverified Commit ae2790d8 authored by renovate[bot]'s avatar renovate[bot] Committed by GitHub
Browse files

Update babel monorepo to v7.22.5 (#25405)

parent a99201c7
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,9 @@ module.exports = (api) => {
debug: false,
include: [
'transform-numeric-separator',
'transform-optional-chaining',
'transform-nullish-coalescing-operator',
'transform-class-properties',
],
};
......@@ -24,8 +27,6 @@ module.exports = (api) => {
plugins: [
['formatjs'],
'preval',
'@babel/plugin-transform-optional-chaining',
'@babel/plugin-transform-nullish-coalescing-operator',
],
overrides: [
{
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment