Commit a4a85b6
Fix binstub name: shakapacker-config → export-bundler-config
The canonical binstub name in Shakapacker 9.2.0 is 'export-bundler-config',
not 'shakapacker-config'. This was discovered by examining the gem's
lib/install/bin/ directory.
Changes:
- Renamed bin/shakapacker-config → bin/export-bundler-config in all dummy apps
- Applied project's Prettier formatting (semi: true, singleQuote: true)
- Verified binstub works with --help flag
The binstub provides the new config export utility for debugging
webpack/rspack configurations.
Previous commits incorrectly:
1. Used wrong binstub name (shakapacker-config vs export-bundler-config)
2. Initially had wrong formatting (needed to match project's Prettier config)
This commit uses the correct name from the Shakapacker gem installation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 3d02873 commit a4a85b6
File tree
3 files changed
+8
-8
lines changed- react_on_rails_pro/spec
- dummy/bin
- execjs-compatible-dummy/bin
- spec/dummy/bin
3 files changed
+8
-8
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
File renamed without changes.
0 commit comments