dojo / cli-build-webpack

🚀 **DEPRECATED** Dojo 2 - cli command for building applications
http://dojo.io
Other
4 stars 19 forks source link

process.env.DOJO_CLI should be a string #261

Closed tomdye closed 6 years ago

tomdye commented 6 years ago

Enhancement

According to typings for node process flags, they should be string | undefined and not a boolean. This will need to be changed in cli-build-webpack along with the supporting change in @dojo/cli.

tomdye commented 6 years ago

This is likely no-longer required as it only effects version 0.6.0+ of @dojo/cli at which point this package will be deprecated.