1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-28 11:15:58 +00:00
seahub/static/scripts/build.js
2018-08-20 19:04:24 +08:00

22 lines
380 B
JavaScript

({
mainConfigFile: "common.js",
baseUrl : ".",
findNestedDependencies: true, // find runtime dependencies
removeCombined: true,
// fileExclusionRegExp: /^dist$/,
dir: "dist",
modules: [
{
name: "main"
},
{
name: "sysadmin-main"
},
{
name: "orgadmin-main"
}
]
})