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
Sprockets shouldn't be in debug mode by default in development (rails#42984)
* Sprockets shouldn't be in debug mode by default in development
As we move to separate files with ESM, we won't be concatenating or even preprocessing large JavaScript at all. Debug mode is thus irrelevant.
* Debug mode is no longer default
0 commit comments