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 am compiling a Angular 2 application with --prod flag and get file style.000.bundle.js which contain
all my styles. Ass well i have added Auctoprefixer to Angular CLI and it works well. And in my style.0000.bundle.js i have all styles which added with autoprefixer however this styles are not loaded to browser, but if i do not use --prod flag everything is working well and all styles are loading to the browser.
OS?
Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
Mac OS Capitan
Versions.
Please run ng --version. If there's nothing outputted, please run in a Terminal: node --version and paste the result here:
beta 18
Repro steps.
Was this an app that wasn't created using the CLI? What change did you do on your code? etc.
I added autoprefixer to Angular CLI
The log given by the failure.
Normally this include a stack trace and some more information.
Mention any other details that might be useful.
Does not load all styles if i am using --prod flag
Thanks! We'll be in touch soon.
The text was updated successfully, but these errors were encountered:
goriunov
changed the title
Autoprefixer and --prod flag , does not load all styles.
Autoprefixer and --prod flag , do not load all styles.
Oct 22, 2016
OS?
Versions.
Repro steps.
The log given by the failure.
Mention any other details that might be useful.
Does not load all styles if i am using --prod flag
The text was updated successfully, but these errors were encountered: