Environment
- Ruby version: 3.3.0
- Rails version: 7.1.3.3
- Shakapacker/Webpacker version: 8.0.0
- React on Rails version: 14.0.1
Expected behavior
I set up a new Rails project.
I follow the installation guide for shakapacker, and then follow the Getting Started directions for react_on_rails.
The command rails generate react_on_rails:install installs the correct files required for this version of Shakapacker.
Actual behavior
I set up a new Rails project.
I follow the installation guide for shakapacker, and then follow the Getting Started directions for react_on_rails.
The command rails generate react_on_rails:install undoes required changes for Shakapacker v8 (it does not use the required generateWebpackConfig exports etc)