UNPKG

@ylz/plugins

Version:

ylz plugins

59 lines (58 loc) 1.2 kB
/* * @description: * @author: JiangQin * @Date: 2019-09-25 15:43:41 * @LastEditors: wenbin.chen * @LastEditTime: 2019-10-08 14:36:41 * @email: 1151176506@qq.com */ module.exports = { index: { input: 'src/index.js', output: 'index' }, 'water-mark': { input: 'packages/waterMark/index', output: 'water-mark' }, storage: { input: 'packages/storage/index', output: 'storage' }, clipboard: { input: 'packages/clipboard/index', output: 'clipboard' }, 'event-bus': { input: 'packages/eventBus/index', output: 'event-bus' }, 'route-then': { input: 'packages/route-then/index', output: 'route-then' }, ref: { input: 'packages/ref/index', output: 'ref' }, 'dash-event': { input: 'packages/dash-event/index', output: 'dash-event' }, 'local-forage': { input: 'packages/localforage/index', output: 'local-forage' }, 'file-download': { input: 'packages/file-download/index', output: 'file-download' } // 'export-excel': { // input: 'packages/export-excel/index', // output: 'export-excel' // }, // excel: { // input: 'packages/excel/index', // output: 'excel' // } }