Changelog
5.0.0
BREAKING:
node
version 8+
.Changelog
4.0.0
BREAKING:
node
version 4+
.--log-level=error
intead of info
.pre|post
lifecycle commands.
#68builder
.Other enhancements:
--log-level=debug
. Switch some existing logs over.--setup
flag.Changelog
3.2.0
NODE_PATH
and PATH
from actual resolved paths of prod and dev
archetypes instead of guessed paths. This will better support yarn
, which
flattens node_modules/.bin
in different ways than real npm
. It is also
likely more correct than before.
#134LOCAL_DEV=true
and
--expand-archetype
specified.log.info
instead of log.warn
.Changelog
3.0.0
BREAKING:
--unlimited-buffer
command line option. It is unneeded with switch to
spawn
.Other:
none
for help
and version
commands.
#127exec
to spawn
child process spawning for better stdio/stderr
propagation. ( [@exogen][] )
#20builder
process
when there is potentially unflushed output.
#124