summaryrefslogtreecommitdiffstats
path: root/babel.config.js
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-06-14 09:22:54 +0200
committerGitHub <noreply@github.com>2023-06-14 09:22:54 +0200
commitae2790d84fcaa38fd205705157743ecb963ce8ae (patch)
treef7832c547e7d45d22fcb9c320c050cf78d72f7b0 /babel.config.js
parenta99201c735a667ff3f8e14de604828dbd4188d75 (diff)
Update babel monorepo to v7.22.5 (#25405)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Renaud Chaput <renchap@gmail.com>
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/babel.config.js b/babel.config.js
index 0eb877cc32d..f53e5918cbe 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -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: [
{