Description
Please provide us with the following information:
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.