Skip to content

Commit a10a42e

Browse files
committed
updated babel plugin
1 parent 582997f commit a10a42e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = function(api) {
5959
}
6060
],
6161
[
62-
'@babel/plugin-proposal-object-rest-spread',
62+
'@babel/plugin-transform-object-rest-spread',
6363
{
6464
useBuiltIns: true
6565
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@babel/plugin-proposal-private-methods": "^7.18.6",
3636
"@babel/plugin-transform-runtime": "^7.19.6",
3737
"@babel/plugin-transform-private-property-in-object": "^7.21.11",
38-
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
38+
"@babel/plugin-transform-object-rest-spread": "^7.20.7",
3939
"@babel/preset-env": "^7.20.2",
4040
"@fortawesome/fontawesome-free": "^6.4.0",
4141
"@hotwired/turbo-rails": "^7.1.3",

0 commit comments

Comments
 (0)