UNPKG

tff-tailor

Version:

tailor for toursforfun frontend

13 lines (11 loc) 239 B
/** * @description config index * @author Leon.Cai */ "use strict"; module.exports = (config) => { let generateConfig = require("./generate.js"), webpackConfig = generateConfig(config); return webpackConfig; };