We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
process.env.NODE_ENV
…env.CONTEXT
The code relies on those values in multiple places.
We should have a central place to handle this information. The code should only look at this central place for information.
We should have helper methods that are true/false for …
webpack/webpack.common.js: 20 const BABEL_PLUGINS = 21: process.env.NODE_ENV === 'production' || 22 process.env.CYPRESS_INTERNAL_ENV === 'production'
This can rely on Netlify data like https://docs.netlify.com/site-deploys/overview/#deploy-contexts.
The text was updated successfully, but these errors were encountered:
Add comment about process.env.CONTEXT
40ea9c0
See also #994
49b0997
ce9982f
No branches or pull requests
The code relies on those values in multiple places.
We should have a central place to handle this information. The code should only look at this central place for information.
We should have helper methods that are true/false for …
This can rely on Netlify data like https://docs.netlify.com/site-deploys/overview/#deploy-contexts.
The text was updated successfully, but these errors were encountered: