meteor / docs

The Meteor API documentation.
https://docs.meteor.com/
186 stars 203 forks source link

Document --exclude-archs flag #721

Open filipenevola opened 3 years ago

filipenevola commented 3 years ago

We should document this flag in the run command.

From History.md

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