This repository was archived by the owner on Oct 12, 2021. It is now read-only.
Push doesn't work when build #172
Open
Description
After running:
ng build --prod
push doesn't work
ng build --aot --prod
push doesn't work
When running:
ng serve --prod
it works
ng serve --aot --prod
doesn't work
So for the serve
it seems like --aot breaks NgServiceWorker/push options
For build
it doesn't work at all :/
ng serve --prod | ng serve --prod --aot | ng build --prod | ng build --prod --aot | |
---|---|---|---|---|
1.0.0-beta.15 | ✓ | ✓ | 𐄂 | 𐄂 |
1.0.0-beta.16 | ✓ | 𐄂 | 𐄂 | 𐄂 |
Metadata
Metadata
Assignees
Labels
No labels