By default config,Use ng serve -prod ,The bundle file too big.
Before


After


Need Change
I think this issue is important,Others maybe think the quality of this project is poor.
File addon/ng2/tasks/serve-webpack.ts need add gzip support;
In line 58 Insert ,compress:true
By default config,Use
ng serve -prod,The bundle file too big.Before
After
Need Change
I think this issue is important,Others maybe think the quality of this project is poor.
File
addon/ng2/tasks/serve-webpack.tsneed add gzip support;In line 58 Insert
,compress:true