UNPKG

miaow-thirdparty-plugin

Version:

第三方脚本文件处理,主要是用来重置任务

21 lines (14 loc) 324 B
var Plugin = require('../..'); var path = require('path'); module.exports = { // 工作目录 context: __dirname, // 输出目录 output: path.resolve(__dirname, '../output'), // 缓存目录 cache: '', // 静态文件的域名 domain: 'http://127.0.0.1', plugins: [new Plugin()], hashLength: 0 };