This website works better with JavaScript
首页
发现
帮助
注册
登录
herby
/
amd-config-builder
关注
1
点赞
0
派生
1
文件
工单管理
1
合并请求
0
Wiki
目录树:
3311bd4b31
分支列表
标签列表
master
readdirp
v0.3.1
v0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
amd-config-b...
/
test
/
two-locals-two-others-shim
/
other.amd.json
other.amd.json
137 B
文件历史
原始文件
1
2
3
4
5
6
7
8
9
{
"config": {
"b": 2, "c": 2
},
"shim": {
"a": {"deps": ["other"]},
"b": {"exports": "other"}
}
}