Skip to content

Commit a5ae420

Browse files
tnirrafaelfranca
authored andcommitted
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 <[email protected]>
1 parent 8ea6204 commit a5ae420

File tree

2 files changed

+28
-1942
lines changed

2 files changed

+28
-1942
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@
44
"actioncable",
55
"actiontext",
66
"activestorage"
7-
],
8-
"dependencies": {
9-
"webpack": "^4.17.1"
10-
}
7+
]
118
}

0 commit comments

Comments
 (0)