0.39.1
Update:
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "3d7296d834208792fa3b2ded8ec04e75068e3de172fae79db217615bd75a6ff7",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.39.1/rules_nodejs-0.39.1.tar.gz"],
)
and run yarn upgrade --scope @bazel
to update all your @bazel
scoped npm packages to the latest versions.
(or manually do the npm equivalent - they don't have a way to update a scope)
Bug Fixes
Features
- examples: demonstrate using Webpack to build and serve a React app (c5d0909)