Commit 87fe9cc
Revert unnecessary file extension changes
- Revert babel.config.cjs back to babel.config.js (CommonJS works fine in workspace)
- Remove unnecessary React/TypeScript presets from babel config
- Update knip.ts to reference correct babel config path
- Keep jest.config.mjs (ES module extension is actually required)
Testing confirmed:
- babel.config.js works with CommonJS syntax in workspace package
- React/TypeScript presets were unnecessary (ts-jest handles JSX/TSX)
- All tests pass with simplified configuration
- jest.config.js extension causes "Cannot use import statement" error
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent a784eb6 commit 87fe9cc
File tree
3 files changed
+4
-8
lines changed- packages/react-on-rails
3 files changed
+4
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments