文件名称:rollup-plugin-module-replacement:用于替换Rollup中的模块的插件
文件大小:63KB
文件格式:ZIP
更新时间:2024-03-07 23:59:45
JavaScript
汇总插件模块更换 将软件包与汇总捆绑在一起时,请更换模块。 这对于允许生成之间的不同行为很有用。 插件也可以用于简单的别名。 此外,它提供了一种使用任何解析插件(例如 )链接别名的方法,请参见下面的示例。 让我们看一个例子: // rollup.config.js import replacement from "rollup-plugin-module-replacement" ; const appTarget = process . env . APP_TARGET || "VERSION_A" ; export default { // ... plugins : [ replacement ( { entries : [ { find : / ( . * ) -APP_TARGET ( \. * ) /
【文件预览】:
rollup-plugin-module-replacement-master
----rollup.config.js(265B)
----src()
--------index.js(2KB)
----.eslintrc.yml(731B)
----.travis.yml(142B)
----LICENSE(1KB)
----test()
--------index.js(5KB)
--------files()
----README.md(4KB)
----appveyor.yml(525B)
----.editorconfig(326B)
----.gitignore(61B)
----.eslintignore(16B)
----package-lock.json(191KB)
----package.json(1KB)