pattern-replace-loader:web用于Webpack的图案替换加载器

时间:2024-05-29 02:00:27
【文件属性】:

文件名称:pattern-replace-loader:web用于Webpack的图案替换加载器

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-29 02:00:27

webpack string regex webpack-loader replace

:microscope: 模式替换加载器 模式替换加载器 执行纯字符串和正则表达式。 安装: $ npm install --save-dev pattern-replace-loader 或使用纱线 $ yarn add pattern-replace-loader --dev 用法: Plain :它使用在文件内容中执行替换。 正则表达式:它将查找您在options.search指定的所有内容,其中在options.flags等中带有g标志。 普通更换: 在您的webpack.config.js : module . exports = { // ... module : { rules : [ { test : / filename \. js $ / , loader : 'pattern-replace-loader' ,


【文件预览】:
pattern-replace-loader-master
----index.js(1KB)
----package.json(712B)
----LICENSE(1KB)
----.all-contributorsrc(800B)
----.gitignore(20B)
----README.md(4KB)
----yarn.lock(767B)

网友评论