feat(cli): support compile nullish coalescing operator

This commit is contained in:
陈嘉涵
2019-12-21 09:04:32 +08:00
parent 3fd1f8db78
commit e00b1cf7d0
3 changed files with 18 additions and 1 deletions
+1
View File
@@ -43,6 +43,7 @@
},
"dependencies": {
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@babel/plugin-syntax-jsx": "^7.7.4",
"@babel/plugin-transform-object-assign": "^7.7.4",