-
Notifications
You must be signed in to change notification settings - Fork 3
How to not build web.browser and web.browser.legacy, build only server #405
Comments
You can do it by using exclude-archs meteor --exclude-archs web.browser.legacy,web.browser |
@schlaegerz i don't think the |
I believe @sebakerckhof posted something about this option when he implemented it. I don't remember what was the conclusion. |
Correct. It wouldn't be too hard to also make it work for production builds, but there's some rough edges that would need to be handled. I don't recall all of it, but for example what is the behavior if someone tries to access it? Refuse the connection or show a message? Should that message be customizable and how? However, it's not clear if crapthings talks about dev build times or production build times. |
Adding my +1 to this and hoping that there can be more traction on it soon. If I recall correctly, the web.browser.legacy is mostly to support IE11, which has been deprecated and is no longer supported by Microsoft. I hope it would be considered "about time" to allow preventing a legacy browser build. In my experience, cutting out the legacy build will cut |
Could this PR help with this issue: |
Yes, I think that option would be a good alternative if it supported excluding I'm looking to exclude building for legacy browsers as a way to cut down release build times significantly when using |
build server-only are include web.browser and web.browser.legacy
want to save some build time that build server only
The text was updated successfully, but these errors were encountered: