Skip to content
This repository has been archived by the owner on Jan 12, 2020. It is now read-only.

Latest commit

 

History

History

weapp-plugin-filter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

weapp-plugin-filter

过滤文件

安装

npm i weapp-plugin-filter -D

使用

weapp.config.js

module.exports = {
  plugins: [
    ['weapp-plugin-filter', {
        throw: undefined, // 抛弃的文件,可以是一个函数
        ...config
    }]
    // 'weapp-plugin-filter',
  ],
};