Skip to content

Commit

Permalink
Merge pull request #1381 from lucasnetau/patch-1
Browse files Browse the repository at this point in the history
Add nullish coalescing plugin to babel configuration
  • Loading branch information
kevinchappell authored Aug 14, 2023
2 parents fedb19b + e43db94 commit 8a694e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
"comments": false,
"plugins": [
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-proposal-class-properties"
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-nullish-coalescing-operator"
]
},
"scripts": {
Expand Down Expand Up @@ -108,6 +109,7 @@
"@babel/core": "^7.11.4",
"@babel/node": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-destructuring": "^7.10.4",
Expand Down

0 comments on commit 8a694e8

Please sign in to comment.