mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-28 11:15:58 +00:00
22 lines
380 B
JavaScript
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"
|
|
}
|
|
]
|
|
})
|