-
Notifications
You must be signed in to change notification settings - Fork 687
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[docs] Revise configuration management draft #1435
Conversation
This pull request is automatically deployed with Now. Latest deployment for this branch: https://venia-git-jimothy-gh-1420update-config-docs.magento-research1.now.sh |
|
|
||
// Use the convenience properties `isProd` and `isDev` instead of testing | ||
// `process.env.NODE_ENV` directly: | ||
if (configuration.isDev) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Above we reference isDevelopment
and isProduction
but here you mention the shorthand. Which is correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They are both correct. If you look at the reference table, the shorthand versions are under the Alias
column.
Description
This PR breaks up the original configuration management draft topic into separate, smaller topics.
They are still in the
_drafts
folder because the tool is not yet released.Related Issue
Closes #1420
Verification Steps
No verification is needed since everything is still in a draft state.
Checklist: