0.0.5 • Published 6 years ago

fis3-postpackager-query_path v0.0.5

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

fis3-postpackager-query

fis3-postpackager-query的修改版,给文件添加 md5 的 query,需要和fis3-hook-relative插件共同使用

安装

npm install -g fis3-postpackager-query_path

使用方法

配置

// 设置占位符
var query = '?v=placeholder';

// 应用占位符
fis.match('*', {
    query: query
});

// 基本用法
fis.match('::package', {
  postpackager : fis.plugin('query', {
    placeholder: query // 这里传入占位符
  })
});
0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago