Commit fbf0932
Complete Babel cleanup and add React Refresh to SWC config
- Remove @babel/core direct dependency (still used by Jest, which is fine)
- Add React Refresh configuration to swc.config.js:
- Enable development mode in development environment
- Enable Fast Refresh for hot module replacement
- This ensures React Fast Refresh works properly with SWC
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent c2462aa commit fbf0932
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
0 commit comments