Webpacker is deprecated/end of life now and has been a source of many CVEs for this project. We will migrate our JS assets to Esbuild (via jsbundling) and css/image assets back to sprockets (+ cssbundling).
This is more aligned with the recommended approach from Rails. (e.g if you generate a new Rails 7 application most likely you would use esbuild or importmaps)
Webpacker is deprecated/end of life now and has been a source of many CVEs for this project. We will migrate our JS assets to Esbuild (via jsbundling) and css/image assets back to sprockets (+ cssbundling).
This is more aligned with the recommended approach from Rails. (e.g if you generate a new Rails 7 application most likely you would use esbuild or importmaps)
Similar to https://github.com/ualbertalib/jupiter/pull/3320