Add babel plugin for nullish coalescing operator

This commit is contained in:
Max Goodhart
2020-08-24 00:51:14 -07:00
parent a7b5bb3d1b
commit 31516b4a22
3 changed files with 14 additions and 4 deletions

View File

@@ -42,6 +42,7 @@
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.10.1",
"@babel/plugin-transform-react-jsx": "^7.10.1",
"@babel/preset-env": "^7.10.2",