Skip to content

Commit 90ad23e

Browse files
committed
restore babel plugins
1 parent 7cc0706 commit 90ad23e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
},
5757
"devDependencies": {
5858
"@babel/core": "^7.20.12",
59+
"@babel/plugin-proposal-class-properties": "^7.18.6",
60+
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
61+
"@babel/plugin-proposal-private-methods": "^7.18.6",
62+
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
5963
"@babel/plugin-transform-runtime": "^7.19.6",
6064
"@babel/preset-env": "^7.20.2",
6165
"@eslint/eslintrc": "3.3.1",
@@ -79,6 +83,7 @@
7983
"rails-erb-loader": "^5.5.2",
8084
"sass": "^1.57.1",
8185
"webpack": "^5.75.0",
82-
"webpack-cli": "^6.0.1"
86+
"webpack-cli": "^6.0.1",
87+
"webpack-dev-server": "^5.2.2"
8388
}
8489
}

0 commit comments

Comments
 (0)