UNPKG
cxos-node-frame
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
适用于中小型企业项目快速全栈开发框架
cxos-node-frame
/
builder
/
file.js
8 lines
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
const
CheckUtils
=
require
(
'../utils/checkUtils'
)()
module
.
exports
=
(
builder
) =>
{
return
(
path
) =>
{ path =
new
CheckUtils
().
defaultNull
(path,
'../config/file.json'
) builder.
file
=
require
(path) } }