You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ Allowed values are as follows:
95
95
-`cache`: `true | false` if `true` (default) try to emit the file only if it was changed.
96
96
-`showErrors`: `true | false` if `true` (default) errors details will be written into the HTML page.
97
97
-`chunks`: Allows you to add only some chunks (e.g. only the unit-test chunk)
98
-
-`chunksSortMode`: Allows to control how chunks should be sorted before they are included to the html. Allowed values: 'none' | 'auto' | 'dependency' | {function} - default: 'auto'
98
+
-`chunksSortMode`: Allows to control how chunks should be sorted before they are included to the html. Allowed values: 'none' | 'auto' | 'dependency' |'manual' | {function} - default: 'auto'
99
99
-`excludeChunks`: Allows you to skip some chunks (e.g. don't add the unit-test chunk)
100
100
-`xhtml`: `true | false` If `true` render the `link` tags as self-closing, XHTML compliant. Default is `false`
0 commit comments