rollup-plugin-copied:复制汇总插件

时间:2024-05-19 08:15:45
【文件属性】:

文件名称:rollup-plugin-copied:复制汇总插件

文件大小:10KB

文件格式:ZIP

更新时间:2024-05-19 08:15:45

rollup rollup-plugin copy-files JavaScript

汇总插件复制 使用汇总功能复制文件和目录 安装 npm i -D rollup-plugin-copied 用法 rollup.config.js const copy = require ( 'rollup-plugin-copied' ) ; const plugin = copy ( { from : './fixtures/' , to : './dist/images' , emitFiles : true // defaults to true } , { watch : true } ) ; // or const _plugin = copy ( [ { from : './fixtures/' , to : './dist/images' , emitFiles : true // defaults to true } ]


【文件预览】:
rollup-plugin-copied-master
----.gitattributes(378B)
----rollup.config.js(716B)
----.eslintrc.js(704B)
----src()
--------index.js(3KB)
----.babelrc(28B)
----.npmignore(142B)
----.travis.yml(133B)
----LICENSE(1KB)
----test()
--------fixtures()
--------dir()
--------index.js(4KB)
----README.md(2KB)
----.editorconfig(147B)
----.gitignore(34B)
----CHANGELOG.md(320B)
----.eslintignore(55B)
----package.json(1KB)

网友评论