Disable inline critical css in server.ts
This commit is contained in:
parent
2b1ee2d224
commit
07e7c73377
|
@ -107,6 +107,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');
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit cae2bcec869d7d2af950578de05709c7ea03c065
|
||||
Subproject commit 04229ad0ed644a7fd5198a5dcbc40ab083508a11
|
|
@ -1 +1 @@
|
|||
Subproject commit bc0edde68dccfc17c1abc5d5aa3721f720aee852
|
||||
Subproject commit cb006f41395304e085d4ac012c7a031e46458f59
|
Loading…
Reference in New Issue