rollup-plugin-html-literals:一个Rollup插件以最小化html模板文字

时间:2024-05-25 06:29:47
【文件属性】:

文件名称:rollup-plugin-html-literals:一个Rollup插件以最小化html模板文字

文件大小:21KB

文件格式:ZIP

更新时间:2024-05-25 06:29:47

JavaScript

rollup-plugin-html-literals 一个Rollup插件以最小化html模板文字 用法 import template from "rollup-plugin-html-literals" ; export default { input : "index.js" , output : { file : "dist/index.js" , format : "esm" } , plugins : [ template ( ) ] } ; 这将最小化所有带有html标记的模板文字。 注意:应在转译之前使用此插件。 选项 包括 类型: array或string默认值: [] 缩小时要包含的单个文件或文件数组。 排除 类型: array或string默认值: [] 缩小时要排除的单个文件或文件数组。 failOnError, 类型: boo


【文件预览】:
rollup-plugin-html-literals-master
----.eslintrc.json(553B)
----rollup.config.js(520B)
----.github()
--------workflows()
----src()
--------index.js(883B)
----types()
--------plugin.d.ts(446B)
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(662B)
----package-lock.json(48KB)
----package.json(1KB)

网友评论