Add babel support for nullish-coalescing-operator
This commit is contained in:
3
.babelrc
3
.babelrc
@@ -3,6 +3,7 @@
|
||||
"plugins": [
|
||||
["@babel/plugin-proposal-decorators", { "legacy": true }],
|
||||
["@babel/plugin-proposal-class-properties", { "loose": true }],
|
||||
["@babel/plugin-proposal-optional-chaining"]
|
||||
"@babel/plugin-proposal-optional-chaining",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user