docs icon indicating copy to clipboard operation
docs copied to clipboard

Document --exclude-archs flag

Open filipenevola opened this issue 4 years ago • 0 comments

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

filipenevola avatar May 17 '21 19:05 filipenevola