Description
Please provide us with the following information:
-
OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
Windows 10 -
Versions. Please run
ng --version
. If there's nothing outputted, please run
in a Terminal:node --version
and paste the result here:
1.0.0-beta.14 -
Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.
Create a new app usingng new my-app
.
Runng serve
styles.css is loaded using style-loader causing flash during initial load -
The log given by the failure. Normally this include a stack trace and some
more information.
n/a -
Mention any other details that might be useful.
Especially for production builds you'd get better UX by loading the styles as a static resource rather than waiting for JS to load and run. Even in dev builds live-reload still works with static files using ExtractTextPlugin
Thanks! We'll be in touch soon.