You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use this library, but have all of the current-version logic handled somewhere else; I don't want it to write a VERSION.txt, nor to populate currentVersion in the built app. It seems like there's no way to do this without explicitly setting APP.version to null, which has other side-effects. What would you think about adding a config value or special sentinel value for config.currentVersion which would disable this logic.
The text was updated successfully, but these errors were encountered:
I'd like to use this library, but have all of the current-version logic handled somewhere else; I don't want it to write a VERSION.txt, nor to populate
currentVersion
in the built app. It seems like there's no way to do this without explicitly settingAPP.version
to null, which has other side-effects. What would you think about adding a config value or special sentinel value forconfig.currentVersion
which would disable this logic.The text was updated successfully, but these errors were encountered: