mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 10:11:50 +08:00
Switches the beasties bundling to `rules_js`, using rollup directly from the node modules installation. Notably we are facing a small issue that doesn't cause any issues right now, because rollup tries to dereference symlinks by default given a bug: https://github.com/aspect-build/rules_js/issues/1827. This means we can't rely on the jailed resolution, but in practice it shouldn't cause an issue at this point.