https://github.com/pauldraper/angular-doesnt-tree-shake
https://github.com/pauldraper/angular-doesnt-tree-shake
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pauldraper/angular-doesnt-tree-shake
- Owner: pauldraper
- Created: 2021-12-30T16:17:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T18:59:00.000Z (over 4 years ago)
- Last Synced: 2025-02-26T15:14:27.118Z (over 1 year ago)
- Language: JavaScript
- Size: 210 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular doesn't tree-shake
Inspect `dist/` and see that all the `@angular/common` pipes are included.
To run:
```sh
yarn install
./build
```