UNPKG
tff-tailor
Version:
latest (1.6.12)
1.6.12
1.6.11
1.6.10
1.6.9
tailor for toursforfun frontend
github.com/icaife/tailor
icaife/tailor
tff-tailor
/
config
/
index.js
13 lines
(11 loc)
•
239 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** *
@description
config index *
@author
Leon.Cai */
"use strict"
;
module
.
exports
=
(
config
) =>
{
let
generateConfig =
require
(
"./generate.js"
), webpackConfig =
generateConfig
(config);
return
webpackConfig; };