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
Add swc-loader to React on Rails generator dependencies
The generators were missing swc-loader and @swc/core in the dev dependencies,
causing CI failures when generating example apps with Shakapacker 9.3.0.
This commit adds both packages to the dev_deps list in:
- lib/generators/react_on_rails/base_generator.rb
- lib/generators/react_on_rails/install_generator.rb
Also fixes ESLint warnings in webpack config for CSS modules configuration.
This ensures that all generated apps have the required SWC dependencies
for Shakapacker 9.3.0's default JavaScript transpiler.
Fixes CI failures in:
- examples (3.2, minimum)
- examples (3.4, latest)
- build-dummy-app-webpack-test-bundles tests
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments