chore(babel): add @babel/plugin-proposal-nullish-coalescing-operator (#8492)
This commit is contained in:
parent
b67dfb86b2
commit
32fbf22add
1
.babelrc
1
.babelrc
|
|
@ -7,6 +7,7 @@
|
||||||
"@babel/plugin-proposal-export-namespace-from",
|
"@babel/plugin-proposal-export-namespace-from",
|
||||||
"@babel/plugin-proposal-class-properties",
|
"@babel/plugin-proposal-class-properties",
|
||||||
"@babel/plugin-proposal-logical-assignment-operators",
|
"@babel/plugin-proposal-logical-assignment-operators",
|
||||||
|
"@babel/plugin-proposal-nullish-coalescing-operator",
|
||||||
"@babel/plugin-proposal-optional-chaining",
|
"@babel/plugin-proposal-optional-chaining",
|
||||||
"@babel/plugin-transform-modules-commonjs"
|
"@babel/plugin-transform-modules-commonjs"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue