mirror of
https://github.com/haiwen/seahub.git
synced 2025-07-06 19:49:29 +00:00
20 lines
320 B
JavaScript
20 lines
320 B
JavaScript
|
({
|
||
|
mainConfigFile: "common.js",
|
||
|
|
||
|
baseUrl : ".",
|
||
|
findNestedDependencies: true, // find runtime dependencies
|
||
|
removeCombined: true,
|
||
|
// fileExclusionRegExp: /^dist$/,
|
||
|
dir: "dist",
|
||
|
|
||
|
modules: [
|
||
|
{
|
||
|
name: "myhome"
|
||
|
},
|
||
|
|
||
|
{
|
||
|
name: "group"
|
||
|
}
|
||
|
]
|
||
|
})
|