angular-docs-cn/packages/bazel/src
Keen Yee Liau c1c87462fd build(bazel): Use local rollup & build-optimizer for ng_rollup_bundle (#28215)
The current build workflow depends on cross workspace dependency by
installing angular-cli as a Bazel repository. This is not ideal because
it introduces separate node_module directories other than the one
installed by Angular through the yarn_install rule (ngdeps).

This commit removes angular-cli from the Bazel workspace and installs
rollup and @angular-devkit/build-optimizer locally.

PR Close #28215
2019-01-18 09:07:52 -08:00
..
builders fix(bazel): Set module_name and enable ng test (#27715) 2018-12-17 16:43:09 -08:00
ng_package fix(bazel): packager not properly removing amd directives on windows (#27829) 2019-01-07 14:46:46 -08:00
ngc-wrapped fix(bazel): flat module misses AMD module name on windows (#27839) 2019-01-09 10:42:37 -08:00
protractor fix(bazel): protractor rule does not run spec files with underscore (#28022) 2019-01-10 10:53:25 -08:00
schematics feat(bazel): Add support for SASS (#28167) 2019-01-16 17:35:54 -08:00
BUILD.bazel build(bazel): Use local rollup & build-optimizer for ng_rollup_bundle (#28215) 2019-01-18 09:07:52 -08:00
esm5.bzl fix(bazel): incorrectly always uses ngc-wrapped from "npm" workspace (#28137) 2019-01-14 14:12:18 -08:00
external.bzl refactor(bazel): allow google3 overrides for external deps (#26488) 2018-10-19 20:59:29 -07:00
modify_tsconfig.js fix(bazel): do not throw error when writing tsickle externs (#27200) 2018-12-04 14:01:24 -08:00
ng_module.bzl fix(bazel): increase node memory limit for ng_module rule to prevent OOM for big modules (#28237) 2019-01-18 09:06:54 -08:00
ng_rollup_bundle.bzl build(bazel): Use local rollup & build-optimizer for ng_rollup_bundle (#28215) 2019-01-18 09:07:52 -08:00
ng_setup_workspace.bzl build: review comments addressed (#26488) 2018-10-19 20:59:29 -07:00