Skip to content

Commit

Permalink
fix(meeting): fixing build error (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesari3008 authored May 8, 2024
1 parent f944c4d commit 2a0f6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"plugins": [
"@babel/plugin-proposal-export-default-from",
"@babel/plugin-proposal-nullish-coalescing-operator",
"@babel/plugin-transform-object-rest-spread",
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-proposal-optional-chaining",
"@babel/plugin-transform-regenerator",
"@babel/plugin-transform-runtime"
Expand Down

0 comments on commit 2a0f6e5

Please sign in to comment.