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
Switch from Babel to SWC for faster JavaScript transpilation (#677)
This commit migrates the project from Babel to SWC (Speedy Web Compiler)
following the Shakapacker documentation.
* Add loose: false to SWC config for Stimulus compatibility
Override Shakapacker's default loose: true setting with loose: false
to ensure spec-compliant class transforms that work with Stimulus.
Without this, Stimulus controllers fail silently even with
keepClassNames: true.
0 commit comments