Closed agubler closed 7 years ago
Bug
The CLI is unable to load dojorc configuration for any command, regardless of whether the default command is used or full command.
dojorc
The _configurationKey set here https://github.com/dojo/cli/blob/master/src/configurationHelper.ts#L26 is not being done so correctly.
_configurationKey
Using dojo build the key is being set to build and using dojo build webpack the key is being set to build-build-webpack. The key used shoud be build-webpack.
dojo build
build
dojo build webpack
build-build-webpack
build-webpack
Bug
The CLI is unable to load
dojorc
configuration for any command, regardless of whether the default command is used or full command.The
_configurationKey
set here https://github.com/dojo/cli/blob/master/src/configurationHelper.ts#L26 is not being done so correctly.Using
dojo build
the key is being set tobuild
and usingdojo build webpack
the key is being set tobuild-build-webpack
. The key used shoud bebuild-webpack
.