Skip to content

Commit 8408743

Browse files
committed
Add rollup-plugin-terser as a dev dependency:
- Fix rails#54795 - This dependency is missing from Action Text. We should require it explicitely instead of relying on the fact that it's a transitive dependency from Active Storage.
1 parent 82cfd9a commit 8408743

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actiontext/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"@rollup/plugin-commonjs": "^19.0.1",
3232
"@rollup/plugin-node-resolve": "^11.0.1",
3333
"rollup": "^2.35.1",
34+
"rollup-plugin-terser": "^7.0.2",
3435
"trix": "^2.0.0"
3536
},
3637
"scripts": {

0 commit comments

Comments
 (0)