You can now pass an --exclude-archs option to the meteor run and meteor test commands to temporarily disable building certain web architectures. For example, meteor run --exclude-archs web.browser.legacy. Multiple architectures should be separated by commas. This option can be used to improve (re)build times if you're not actively testing the excluded architectures during development. Feature https://github.com/meteor/meteor-feature-requests/issues/333 PR https://github.com/meteor/meteor/pull/10824
We should document this flag in the run command.
From History.md