UNPKG

406 BJavaScriptView Raw
1module.exports = {
2 srcDir: './src',
3 distDir: './dist',
4 html: 'src/**/*.html',
5 /**
6 * 源站公共url
7 */
8 publicUrl: '/',
9 /**
10 * cdn 域名数组 对于requirejs 加载的资源可进行fallback处理
11 */
12 publicCdnUrls: ['//s1.styd.cn/v2/dist/', '//s2.styd.cn/v2/dist/'],
13 livePort: 0
14 // production:{
15 // filename:{
16 // js:'_static/js/[name].[ext]?[time]'
17 // }
18 // }
19}