dojo / cli

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

process.env.DOJO_CLI should be a string #188

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 also need to be changed in cli-build-webpack.

linked: https://github.com/dojo/cli-build-webpack/issues/261

tomdye commented 6 years ago

This is no longer required as cli-build-webpack has been replaced with cli-build-app.