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
In Dojo 6 we added support for using a custom dojorc file with the CLI. This opened many possibilities for creating multiple configurations with tweaked options simply by using the --dojorc option.
Unfortunately this requires all common configuration to be duplicated across each dojorc file, we should support extending dojorc files.
The text was updated successfully, but these errors were encountered:
Here the question is should it completely replace the whole build-app top level property, or should it try and merge it's child properties? If so, do we merge all the way down the tree or do we stop at the first level of children?
To me a sensible output for this situation would be :
Enhancement
In Dojo 6 we added support for using a custom dojorc file with the CLI. This opened many possibilities for creating multiple configurations with tweaked options simply by using the
--dojorc
option.Unfortunately this requires all common configuration to be duplicated across each dojorc file, we should support extending dojorc files.
The text was updated successfully, but these errors were encountered: