chore(babel): add @babel/plugin-proposal-nullish-coalescing-operator (#8492)
This commit is contained in:
Родитель
b67dfb86b2
Коммит
32fbf22add
1
.babelrc
1
.babelrc
|
@ -7,6 +7,7 @@
|
|||
"@babel/plugin-proposal-export-namespace-from",
|
||||
"@babel/plugin-proposal-class-properties",
|
||||
"@babel/plugin-proposal-logical-assignment-operators",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator",
|
||||
"@babel/plugin-proposal-optional-chaining",
|
||||
"@babel/plugin-transform-modules-commonjs"
|
||||
],
|
||||
|
|
Загрузка…
Ссылка в новой задаче