Skip to content

Commit d7506e7

Browse files
committed
Fix webpacker build
1 parent dec5be4 commit d7506e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/dummy_app/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"private": true,
44
"version": "0.1.0",
55
"dependencies": {
6+
"@babel/plugin-proposal-private-methods": "^7.18.6",
7+
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
68
"@rails/actiontext": "^7.0.3-1",
79
"@rails/activestorage": "^7.0.3-1",
810
"@rails/webpacker": "5.4.3",

0 commit comments

Comments
 (0)