You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Environment
Expected behavior
I set up a new Rails project.
I follow the installation guide for
shakapacker
, and then follow the Getting Started directions forreact_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 forreact_on_rails
.The command
rails generate react_on_rails:install
undoes required changes for Shakapacker v8 (it does not use the requiredgenerateWebpackConfig
exports etc)The text was updated successfully, but these errors were encountered: