Revert "build: update to rules_nodejs 0.32.2 (#31019)" (#31267)

This reverts commit a38433f36b.

Reason: this causes failures in g3 with i18n extraction. See #31267.

PR Close #31267
This commit is contained in:
Alex Rickabaugh
2019-06-25 13:11:54 -07:00
committed by Kara Erickson
parent 2c07820636
commit 660800ca4e
71 changed files with 422 additions and 392 deletions

View File

@ -57,12 +57,12 @@ ts_devserver(
index_html = "//packages/examples:index.html",
port = 4200,
scripts = [
"@npm//:node_modules/tslib/tslib.js",
"@npm//node_modules/tslib:tslib.js",
"//tools/rxjs:rxjs_umd_modules",
],
static_files = [
"@npm//:node_modules/zone.js/dist/zone.js",
"@npm//:node_modules/zone.js/dist/task-tracking.js",
"@npm//node_modules/zone.js:dist/zone.js",
"@npm//node_modules/zone.js:dist/task-tracking.js",
],
deps = [":core_examples"],
)