Skip to content

Commit 2146aad

Browse files
committed
Remove webpack as runtime dep of Action Text
This appears to have been erroneously [added][1] when the Trix dependency was updated. [1]: 48b8285
1 parent 2d271a4 commit 2146aad

File tree

2 files changed

+147
-241
lines changed

2 files changed

+147
-241
lines changed

actiontext/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
],
2323
"license": "MIT",
2424
"dependencies": {
25-
"@rails/activestorage": ">= 7.1.0-alpha",
26-
"webpack": "^4.17.1"
25+
"@rails/activestorage": ">= 7.1.0-alpha"
2726
},
2827
"peerDependencies": {
2928
"trix": "^2.0.0"

0 commit comments

Comments
 (0)