rails/package.json
Takuya Noguchi a5ae420c34
chore: remove webpack from yarn dependencies in Rails dev
This dependency was originally introduced in PR 33079 in
Rails 6.0 (2018).

Follows up PR 43172, which replaced webpacker 6 with
jsbundling-rails in Rails 7.0 (2021).

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2024-05-23 16:25:00 +00:00

9 lines
102 B
JSON

{
"private": true,
"workspaces": [
"actioncable",
"actiontext",
"activestorage"
]
}