0.14.0
Various bug fixes including Windows support for rollup.
BREAKING CHANGES:
- If your
nodejs_binary
relies on variables frombazel build --define=foo=bar
to be available as environment variables in the node process, you must now list those variable names in theconfiguration_env_vars
attribute - The
manual_build_file_contents
attribute onyarn_install
andnpm_install
is now appended to generated build file instead of replacing its contents - The
prod_only
attribute onyarn_install
was removed since fine-grained npm deps gives more control