The version check in log-intro.ts logs a warning to the console whenever a newer version is published on npm (link).
Would it be possible to add an opt-out — e.g. a skipVersionCheck option on the init/config, or an env var like REACT_GRAB_SKIP_VERSION_CHECK — for projects that pin versions intentionally or run in environments where the noise is undesirable?
The version check in
log-intro.tslogs a warning to the console whenever a newer version is published on npm (link).Would it be possible to add an opt-out — e.g. a
skipVersionCheckoption on the init/config, or an env var likeREACT_GRAB_SKIP_VERSION_CHECK— for projects that pin versions intentionally or run in environments where the noise is undesirable?