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
Use Babel for JavaScript files, SWC for TypeScript only
Add Babel loader for .js/.jsx files to fix Stimulus compatibility issues.
SWC's class transformation breaks Stimulus event listener binding, so we
use Babel for JavaScript (including Stimulus controllers) while keeping
SWC for TypeScript files to maintain performance benefits.
This hybrid approach matches the reference implementation and resolves
the RSpec test failures with Stimulus controllers.
0 commit comments