Skip to content

Latest commit

 

History

History
 
 

wepy-plugin-filemin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

wepy 文件压缩插件

支持css,xml,json的压缩

安装

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

配置wepy.config.js

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