dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
25 stars 34 forks source link

Unable to load dojorc configuration #148

Closed agubler closed 7 years ago

agubler commented 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.

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 to build and using dojo build webpack the key is being set to build-build-webpack. The key used shoud be build-webpack.