angular-cn/packages/bazel
Greg Magolan c438b5eeda build(bazel): turn on preserve-symlinks (#24881)
This change turns on preserve-symlinks in nodejs to verify hermeticity of the Angular build.

BREAKING CHANGE: Use of @angular/bazel rules now requires calling ng_setup_workspace() in your WORKSPACE file.

For example:

local_repository(
    name = "angular",
    path = "node_modules/@angular/bazel",
)

load("@angular//:index.bzl", "ng_setup_workspace")

ng_setup_workspace()

PR Close #24881
2018-07-20 10:37:30 -07:00
..
src build(bazel): turn on preserve-symlinks (#24881) 2018-07-20 10:37:30 -07:00
test feat(bazel): protractor_web_test_suite for release (#24787) 2018-07-12 16:34:45 -04:00
BUILD.bazel release(bazel): change publish-next script to publish bazel artifacts (#23097) 2018-03-30 14:03:05 -07:00
index.bzl build(bazel): turn on preserve-symlinks (#24881) 2018-07-20 10:37:30 -07:00
package.json build(bazel): turn on preserve-symlinks (#24881) 2018-07-20 10:37:30 -07:00