Currently, it seems that legacy JavaScript files only load in older browsers when using modern: false and running meteor run --production . However, the JavaScript files are minified and obfuscated in this mode, making debugging difficult.
Is there a way to build the legacy version with meteor run during normal development, so we can properly test and debug the legacy version behavior?