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
I noticed that when generating production build (bot with ng serve & ng build), mixins css such as '-webkit-flex:' are not applied. In dev it works properly.
First I thought it was because of my command build ng build -prod -aot -sm false --suppress-sizes true --vendor-chunk false
But realised that even this command gives me an error ng build -prod -aot
OS?
Mac OS Sierra
Versions.
angular-cli: 1.0.0-beta.22-1
node: 7.0.0
os: darwin x64
Repro steps.
ng serve --prod --aot
Mention any other details that might be useful.
The text was updated successfully, but these errors were encountered:
Perezmarc
changed the title
css Mixins not applied in production
css Mixins of browser support not applied in production
Jan 2, 2017
Perezmarc
changed the title
css Mixins of browser support not applied in production
css Mixins of browser support are not applied in production
Jan 2, 2017
Hi!
I noticed that when generating production build (bot with ng serve & ng build), mixins css such as '-webkit-flex:' are not applied. In dev it works properly.
First I thought it was because of my command build
ng build -prod -aot -sm false --suppress-sizes true --vendor-chunk false
But realised that even this command gives me an error
ng build -prod -aot
OS?
Versions.
angular-cli: 1.0.0-beta.22-1
node: 7.0.0
os: darwin x64
Repro steps.
ng serve --prod --aot
Mention any other details that might be useful.
The text was updated successfully, but these errors were encountered: