brian said over 2 years ago on From Webpacker to esbuild :
This is great, thank you. I just upgraded one of my apps.

Quick question. I assume we can get rid of actioncable and activestorage from the package.json file? I just created a rails 7 app, and they are not there. 

"@rails/actioncable": "^6.1.4-1",
 "@rails/activestorage": "^6.1.4-1",

old application.js
require("@rails/activestorage").start();
require("./channels");