2025-07-04 13:38:01

TIL that switching from CommonJS to ES Modules applies strict mode to all your JS code, and thus, code that you have not modified suddenly errors and breaks. What fun!!!