You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
El Capitan 10.11.6
Versions. Please run ng --version. If there's nothing outputted, please run
in a Terminal: node --version and paste the result here:
angular-cli: 1.0.0-beta.11-webpack.2
node: 6.4.0
os: darwin x64
Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.
ng build --suppress-sizes=true
Mention any other details that might be useful.
The resulting build from 'ng build --prod' produces unknown provider errors for me. 'ng build' as is works but the resulting main.bundle.js is 3mb in size. Trying to reduce this size so saw --suppress-sizes option but this option doesn't seem to make a difference in the size of main.bundle.js.
The text was updated successfully, but these errors were encountered:
El Capitan 10.11.6
ng --version
. If there's nothing outputted, please runin a Terminal:
node --version
and paste the result here:angular-cli: 1.0.0-beta.11-webpack.2
node: 6.4.0
os: darwin x64
do on your code? etc.
ng build --suppress-sizes=true
The resulting build from 'ng build --prod' produces unknown provider errors for me. 'ng build' as is works but the resulting main.bundle.js is 3mb in size. Trying to reduce this size so saw --suppress-sizes option but this option doesn't seem to make a difference in the size of main.bundle.js.
The text was updated successfully, but these errors were encountered: