build: upgrade to rules_nodejs 1.0.0 (first stable release) (#34589)

Brings in the fix for stamping which was preventing many targets from getting cached.

PR Close #34589
This commit is contained in:
Greg Magolan
2019-12-28 16:37:59 -08:00
committed by atscott
parent 4d95c3d39a
commit cb6ffa1211
21 changed files with 78 additions and 79 deletions

View File

@ -26,7 +26,7 @@ ng_package(
"//packages/common/upgrade:package.json",
],
entry_point = ":index.ts",
packages = ["//packages/common/locales:package"],
nested_packages = ["//packages/common/locales:package"],
tags = [
"release-with-framework",
],