fix optional chaining
This commit is contained in:
@@ -3,6 +3,7 @@ module.exports = {
|
||||
'@babel/preset-env',
|
||||
],
|
||||
plugins: [
|
||||
'@babel/plugin-proposal-nullish-coalescing-operator',
|
||||
'@babel/plugin-proposal-optional-chaining',
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user