Skip to content

Commit

Permalink
docs(@nguniversal/common): inlineCriticalCss defaults to true
Browse files Browse the repository at this point in the history
(cherry picked from commit 14a4fcc)
  • Loading branch information
ikeq authored and alan-agius4 committed Jul 3, 2021
1 parent 70595c0 commit 3e9ed09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/common/engine/src/engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface RenderOptions {
documentFilePath?: string;
/**
* Reduce render blocking requests by inlining critical CSS.
* Defaults to false.
* Defaults to true.
*/
inlineCriticalCss?: boolean;
/**
Expand Down

0 comments on commit 3e9ed09

Please sign in to comment.