shakacode / react_on_rails

Integration of React + Webpack + Rails + rails/webpacker including server-side rendering of React, enabling a better developer experience and faster client performance.
https://www.shakacode.com/react-on-rails/docs/
MIT License
5.08k stars 627 forks source link

Follow-up to #1606 #1611

Closed Judahmeek closed 2 months ago

Judahmeek commented 2 months ago

This PR adds lock files for the changes made in #1606 & also restricts the version of style-loader in rspec examples (style-loader v4 requires a higher version of node than we are currently using) so that CI will pass.


This change is Reviewable

justin808 commented 2 months ago

@Judahmeek let's just update the node version for the tests. If new generated projects need a newer node version or older style-loader, that's fine.