Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cuijiemmx/wepy-plugin-filemin


https://github.com/cuijiemmx/wepy-plugin-filemin

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# wepy 文件压缩插件

支持css,xml,json的压缩

## 安装

```
npm install wepy-plugin-filemin --save-dev
```

## 配置`wepy.config.js`

```
module.exports.plugins = {
'filemin': {
filter: /\.(json|wxml|xml)$/
}
};
```