Bump @babel/preset-env from 7.21.5 to 7.22.4 (#25167)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
bf9a7ce8e8
commit
0ed8164777
3 changed files with 372 additions and 211 deletions
|
@ -11,7 +11,7 @@ module.exports = (api) => {
|
|||
modules: false,
|
||||
debug: false,
|
||||
include: [
|
||||
'proposal-numeric-separator',
|
||||
'transform-numeric-separator',
|
||||
],
|
||||
};
|
||||
|
||||
|
@ -24,8 +24,8 @@ module.exports = (api) => {
|
|||
plugins: [
|
||||
['react-intl', { messagesDir: './build/messages' }],
|
||||
'preval',
|
||||
'@babel/plugin-proposal-optional-chaining',
|
||||
'@babel/plugin-proposal-nullish-coalescing-operator',
|
||||
'@babel/plugin-transform-optional-chaining',
|
||||
'@babel/plugin-transform-nullish-coalescing-operator',
|
||||
],
|
||||
overrides: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue