@rollup/plugin-html
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@rollup/plugin-html", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -18,3 +18,3 @@ import type { Plugin, OutputChunk, OutputAsset, OutputBundle } from 'rollup'; | ||
publicPath?: string; | ||
template?: (templateoptions: RollupHtmlTemplateOptions) => string; | ||
template?: (templateoptions: RollupHtmlTemplateOptions) => string | Promise<string>; | ||
} | ||
@@ -21,0 +21,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18894