Closed tomdye closed 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.
string | undefined
cli-build-webpack
@dojo/cli
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.
0.6.0+
Enhancement
According to typings for node process flags, they should be
string | undefined
and not a boolean. This will need to be changed incli-build-webpack
along with the supporting change in@dojo/cli
.