You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Using the package.json overrides, all configuration is added to every environment. If you want to override something that only exists in a certain environment, this will blow up. We should support making overrides on an environment or command-specific basis.
Environment-specific:
{"neutrino": {"env": {"production": {"config": {// e.g. edit minify plugin options}}}}}
Command-specific:
{"neutrino": {"command": {"build": {"config": {// e.g. edit minify plugin options}}}}}
The text was updated successfully, but these errors were encountered:
Using the package.json overrides, all configuration is added to every environment. If you want to override something that only exists in a certain environment, this will blow up. We should support making overrides on an environment or command-specific basis.
Environment-specific:
Command-specific:
The text was updated successfully, but these errors were encountered: