Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework development mode related inferno warnings #1573 #1582 #1666

Merged
merged 1 commit into from
Feb 4, 2024
Merged

Rework development mode related inferno warnings #1573 #1582 #1666

merged 1 commit into from
Feb 4, 2024

Conversation

p1100i
Copy link
Contributor

@p1100i p1100i commented Feb 2, 2024

  • 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 2ed75dc when fixing PR1581 breaks demos and probably a lot of other things #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 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 2ed75dc when fixing #1582, only the skipping of
  minified code warning was in place
@Havunen
Copy link
Member

Havunen commented Feb 2, 2024

Re-Opening to wake up TravisCI

@Havunen Havunen closed this Feb 2, 2024
@Havunen Havunen reopened this Feb 2, 2024
Copy link
Member

@Havunen Havunen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you

@p1100i
Copy link
Contributor Author

p1100i commented Feb 4, 2024

seems like coveralls is timed out

@Havunen Havunen merged commit e33158f into infernojs:master Feb 4, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants