mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Secondary entry points (testing, static, etc) are rolled up into a single ESM/ES2015 file, then downleveled to ESM/ES2015. This downleveling was not working and was producing ESM/ES2015. Also, the @angular/core package's .babelrc file was missing reference to Rx Observable which broke the UMD bundle. Fixes #14730 |
||
|---|---|---|
| .. | ||
| src | ||
| test | ||
| testing | ||
| .babelrc | ||
| .babelrc-testing | ||
| index.ts | ||
| package.json | ||
| public_api.ts | ||
| tsconfig-build.json | ||
| tsconfig-esm5.json | ||
| tsconfig-testing.json | ||