fix optional chaining

This commit is contained in:
Philipp Kühn
2020-09-30 19:19:42 +02:00
parent ecfa26b28a
commit f61c9883e3
3 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ module.exports = {
'@babel/preset-env',
],
plugins: [
'@babel/plugin-proposal-nullish-coalescing-operator',
'@babel/plugin-proposal-optional-chaining',
],
}