Inferno core
"Inferno is in development mode" - console log entry removed #1573, Inferno will still throw warning when:
- Development bundle is used in minified code (production environment) and
SKIP_INFERNO_WARNINGS
is not set https://github.com/infernojs/inferno/blob/master/packages/inferno/src/index.ts#L37-L58 - Production bundle is used indirectly in when node.process_env is development https://github.com/infernojs/inferno/blob/master/packages/inferno/index.mjs#L3-L7