Add babel plugin nullish coallescing operator

This commit is contained in:
manubo
2019-10-10 13:37:32 +02:00
parent 4c56129063
commit 17c812da77
3 changed files with 18 additions and 1 deletions

View File

@@ -36,6 +36,7 @@
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.2",
"@babel/plugin-proposal-decorators": "^7.2.2",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/preset-env": "^7.2.2",
"@babel/preset-react": "^7.0.0",