mgechev / angular-seed

🌱 [Deprecated] Extensible, reliable, modular, PWA ready starter project for Angular (2 and beyond) with statically typed build and AoT compilation
https://mgechev.github.io/angular-seed
MIT License
4.57k stars 1.45k forks source link

Prod bundle contains compiler after AoT #2414

Open pikulev opened 5 years ago

pikulev commented 5 years ago

I'm submitting a ...

[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see use [gitter](https://gitter.im/mgechev/angular2-seed) or [stackoverflow](https://stackoverflow.com/questions/tagged/angular2)

Current behavior

git clone --depth 1 git@github.com:mgechev/angular-seed.git 
...
npm i
npm run sme.prod

then i get an html report screenshot 2019-01-22 at 16 55 51

Expected behavior

With AoT the bundle shouldn't contain a compiler.

Please tell us about your environment:

Mac OS