Commit f899559
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 <[email protected]>1 parent 25bc5ea commit f899559
File tree
7 files changed
+11
-10
lines changed- app/views/pages
- config
- initializers
7 files changed
+11
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
| 393 | + | |
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
| |||
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
502 | | - | |
| 502 | + | |
503 | 503 | | |
504 | 504 | | |
505 | 505 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8263 | 8263 | | |
8264 | 8264 | | |
8265 | 8265 | | |
8266 | | - | |
8267 | | - | |
8268 | | - | |
8269 | | - | |
| 8266 | + | |
| 8267 | + | |
| 8268 | + | |
| 8269 | + | |
8270 | 8270 | | |
8271 | 8271 | | |
8272 | 8272 | | |
| |||
0 commit comments