Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(angular/cli): Use package.json fields: 'typings', 'main', 'jsnext…
…:main' Point 'main' to the commonjs es5 files (lib/index.js) Point 'jsnext:main' to ESM files (lib-esm/index.js) Point 'typings' to typings in es5 dir (lib/index.d.ts) What didn't work: - Pointing 'main' to the UMD bundle - Replacing 'jsnext:main' with 'module' - Pointing 'typings' to typings in ESM dir (lib-esm/index.d.ts)
- Loading branch information