Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 3e9ed09

Browse files
ikeqalan-agius4
authored andcommitted
docs(@nguniversal/common): inlineCriticalCss defaults to true
(cherry picked from commit 14a4fcc)
1 parent 70595c0 commit 3e9ed09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/common/engine/src/engine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface RenderOptions {
2828
documentFilePath?: string;
2929
/**
3030
* Reduce render blocking requests by inlining critical CSS.
31-
* Defaults to false.
31+
* Defaults to true.
3232
*/
3333
inlineCriticalCss?: boolean;
3434
/**

0 commit comments

Comments
 (0)