Skip to content

Commit

Permalink
fix: build step
Browse files Browse the repository at this point in the history
This proposal has been merged to the ECMAScript standard and thus this
plugin is no longer maintained. We should use
@babel/plugin-transform-object-rest-spread instead.
  • Loading branch information
diogoredin committed Oct 17, 2023
1 parent 7779741 commit eb3b482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
'@babel/plugin-transform-runtime',
'@babel/plugin-syntax-dynamic-import',
'@babel/plugin-proposal-class-properties',
'@babel/plugin-proposal-object-rest-spread',
'@babel/plugin-transform-object-rest-spread',
'@babel/plugin-proposal-optional-chaining',
],
}

0 comments on commit eb3b482

Please sign in to comment.