is webpacker required in a rails 7 esbuild crud app that includes react
Webpacker is deprecated, do not use it. All work that was going into it became instead Shakapacker. If you want to use esbuild you should be using it through jsbundling-rails
But you should use one OR the other. Not both.
1 Like