Skip to content

Commit 3409318

Browse files
committed
docs: add externalAssets option to docs
1 parent ef5efc6 commit 3409318

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/docs/building/rollup-plugin-html.md

+2
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,8 @@ export interface RollupPluginHTMLOptions {
362362
transformHtml?: TransformHtmlFunction | TransformHtmlFunction[];
363363
/** Whether to extract and bundle assets referenced in HTML. Defaults to true. */
364364
extractAssets?: boolean;
365+
/** Whether to ignore assets referenced in HTML and CSS with glob patterns. */
366+
externalAssets?: string | string[];
365367
/** Define a full absolute url to your site (e.g. https://domain.com) */
366368
absoluteBaseUrl?: string;
367369
/** Whether to set full absolute urls for ['meta[property=og:image]', 'link[rel=canonical]', 'meta[property=og:url]'] or not. Requires a absoluteBaseUrl to be set. Default to true. */

0 commit comments

Comments
 (0)