Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(bazel): update bazel-schematics to use Ivy and new rollup_bundle #33435

Closed
wants to merge 1 commit into from

Commits on Oct 29, 2019

  1. feat(bazel): update bazel-schematics to use Ivy and new rollup_bundle

    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`.
    gregmagolan committed Oct 29, 2019
    Copy the full SHA
    c90303a View commit details
    Browse the repository at this point in the history