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
Migrate to Shakapacker 9.0.0-beta.4 with Babel transpiler
This is the first of three planned PRs to migrate to Shakapacker 9.x:
1. Migrate to beta.4 with Babel transpiler (this PR)
2. Switch from Babel to SWC transpiler
3. Convert webpack configs to TypeScript
Changes in this PR:
- Updated Shakapacker from 8.2.0 to 9.0.0-beta.4 (both gem and npm package)
- Configured javascript_transpiler: babel in shakapacker.yml
- Temporarily disabled SSR due to react-intl compatibility issue
Note: SSR is temporarily disabled due to a react-intl error that occurs
with formatMessage when no id is provided. This appears to be related
to babel-plugin-formatjs configuration. The app works correctly for
client-side rendering and non-RouterApp pages still support SSR.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments