文件名称:rollup-plugin-string:将文本文件转换为模块
文件大小:28KB
文件格式:ZIP
更新时间:2024-05-26 23:13:22
JavaScript
汇总插件字符串 将文本文件转换为模块: import tpl from "./tpl.html" ; console . log ( `Template for render: ${ tpl } ` ) ; 安装 npm i rollup-plugin-string -D 用法 import { rollup } from "rollup" ; import { string } from "rollup-plugin-string" ; rollup ( { entry : "main.js" , plugins : [ string ( { // Required to be specified include : "**/*.html" , // Undefined by default exclude : [ "*
【文件预览】:
rollup-plugin-string-master
----.travis.yml(61B)
----index.js(477B)
----package.json(799B)
----test()
--------index.js(1KB)
--------fixtures()
----LICENSE(1KB)
----.gitignore(18B)
----CHANGELOG.md(268B)
----README.md(688B)
----yarn.lock(58KB)