Skip to content

Commit

Permalink
Added optional chaining operator plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lachiewalker committed Nov 10, 2023
1 parent ba8d8a0 commit 5a011d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"env": {
"test": {
"plugins": ["@babel/syntax-class-properties",
"@babel/proposal-class-properties"]
"@babel/proposal-class-properties",
"@babel/plugin-proposal-optional-chaining"]
}
}
}

0 comments on commit 5a011d9

Please sign in to comment.