Skip to content

Commit

Permalink
Update plugin-proposal-optional-chaining-assign.md (#2884)
Browse files Browse the repository at this point in the history
  • Loading branch information
SharakPL committed Mar 29, 2024
1 parent 629a534 commit 90125ef
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/plugin-proposal-optional-chaining-assign.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@ npm install --save-dev @babel/plugin-proposal-optional-chaining-assign
```json title="babel.config.json"
{
"plugins": [
"@babel/plugin-proposal-optional-chaining-assign",
{
"version": "2023-07"
}
[
"@babel/plugin-proposal-optional-chaining-assign",
{
"version": "2023-07"
}
]
]
}
```
Expand Down

0 comments on commit 90125ef

Please sign in to comment.