Closed timkrins closed 5 months ago
Hello @timkrins and thanks for reporting the issue, it's on our track.
@Judahmeek @justin808 this should be addressed by https://github.com/shakacode/react_on_rails/pull/1622
@timkrins it should be fixed by https://github.com/shakacode/react_on_rails/pull/1629 , feel free to re-open if it is not.
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 commandrails 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 commandrails generate react_on_rails:install
undoes required changes for Shakapacker v8 (it does not use the requiredgenerateWebpackConfig
exports etc)