Disable inline critical css in server.ts
This commit is contained in:
parent
f407ecbb73
commit
ac79cdf2c8
|
@ -20,6 +20,7 @@ export function app() {
|
|||
// Our Universal express-engine (found @ https://github.com/angular/universal/tree/master/modules/express-engine)
|
||||
server.engine('html', ngExpressEngine({
|
||||
bootstrap: AppServerModule,
|
||||
inlineCriticalCss: false
|
||||
}));
|
||||
|
||||
server.set('view engine', 'html');
|
||||
|
|
Loading…
Reference in New Issue