const {pack} = require('cc-plugin-packer'); pack({ plugin: __dirname, filterFiles: [ 'pack.js', 'test/', ], cleanOut: true, show: true, });