forked from fedi/mastodon
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>
This commit is contained in:
parent
a99201c735
commit
ae2790d84f
|
@ -12,6 +12,9 @@ module.exports = (api) => {
|
||||||
debug: false,
|
debug: false,
|
||||||
include: [
|
include: [
|
||||||
'transform-numeric-separator',
|
'transform-numeric-separator',
|
||||||
|
'transform-optional-chaining',
|
||||||
|
'transform-nullish-coalescing-operator',
|
||||||
|
'transform-class-properties',
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -24,8 +27,6 @@ module.exports = (api) => {
|
||||||
plugins: [
|
plugins: [
|
||||||
['formatjs'],
|
['formatjs'],
|
||||||
'preval',
|
'preval',
|
||||||
'@babel/plugin-transform-optional-chaining',
|
|
||||||
'@babel/plugin-transform-nullish-coalescing-operator',
|
|
||||||
],
|
],
|
||||||
overrides: [
|
overrides: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue