adds checking of variable SKIP_INFERNO_WARNINGS to skip warnings in non-production mode
SKIP_INFERNO_WARNINGS can be also declared globally for browser functionality, or just defined on the process.env in case of node
FYI: JEST related warning skip about development mode was removed with 2ed75dc9e8d8dfa when fixing #1582, only the skipping of minified code warning was in place
Lemme know if you have ideas about testing this modification!
adds checking of variable
SKIP_INFERNO_WARNINGS
to skip warnings in non-production modeSKIP_INFERNO_WARNINGS
can be also declared globally for browser functionality, or just defined on the process.env in case of nodeFYI: JEST related warning skip about development mode was removed with 2ed75dc9e8d8dfa when fixing #1582, only the skipping of minified code warning was in place
Lemme know if you have ideas about testing this modification!