Skip to content

Commit

Permalink
chore: remove webpack from yarn dependencies in Rails dev
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
tnir authored and rafaelfranca committed May 23, 2024
1 parent 8ea6204 commit a5ae420
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1,942 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@
"actioncable",
"actiontext",
"activestorage"
],
"dependencies": {
"webpack": "^4.17.1"
}
]
}
Loading

0 comments on commit a5ae420

Please sign in to comment.