UNPKG

216 BJavaScriptView Raw
1module.exports = {
2 srcDir: './src',
3 distDir: './dist',
4 html: 'src/**/*.html',
5 publicUrl: '/',
6 livePort: 0,
7 // production:{
8 // filename:{
9 // js:'_static/js/[name].[ext]?[time]'
10 // }
11 // }
12}