Skip to content

Commit

Permalink
Merge pull request #151 from oat-sa/fix/AUT-2510/object-spread
Browse files Browse the repository at this point in the history
Force the babel object spread plugin
  • Loading branch information
krampstudio authored Jul 25, 2022
2 parents 0339ff9 + f5351b6 commit 69f3e8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ export default inputs.map(input => {
[
'@babel/env',
{
useBuiltIns: false
useBuiltIns: false,
include: ['@babel/plugin-proposal-object-rest-spread']
}
]
]
Expand Down

0 comments on commit 69f3e8b

Please sign in to comment.