angular-cn/integration/bazel-schematics
Greg Magolan bf913cc39b feat(bazel): update bazel-schematics to use Ivy and new rollup_bundle (#33435)
Note: the @angular/bazel schematic now appends the package.json "script" field with 'ngcc --properties es2015 browser module main'. If there is an existing script field with ngcc then the schematic modifies it in place removing `--first-only` and `--create-ivy-entry-points`.

ViewEngine sources under node_modules need to be updated in-place for Bazel as it does not know how to use the `__ivy__` entry points that are created by the non-bazel `ngcc` command that is added to "scripts" :`ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points`.

PR Close #33435
2019-10-29 14:04:21 -07:00
..
.gitignore test: ignore the generated `demo` folder in the `bazel` integration test (#29092) 2019-03-20 14:45:54 -04:00
package.json test(bazel): Use local_repository to load Angular (#28061) 2019-01-11 16:19:59 -08:00
test.sh feat(bazel): update bazel-schematics to use Ivy and new rollup_bundle (#33435) 2019-10-29 14:04:21 -07:00
yarn.lock feat(bazel): update bazel-schematics to use Ivy and new rollup_bundle (#33435) 2019-10-29 14:04:21 -07:00