自动打包至各模块的文件夹内
This commit is contained in:
@@ -8,5 +8,13 @@ module.exports = {
|
||||
host: 'local.zyplayer.com'
|
||||
},
|
||||
publicPath: './',
|
||||
productionSourceMap: false
|
||||
outputDir: '../../zyplayer-doc-manage/src/main/resources/dist',
|
||||
productionSourceMap: false,
|
||||
pages: {
|
||||
index: {
|
||||
entry: 'src/main.js',
|
||||
template: 'public/index.html',
|
||||
filename: process.env.NODE_ENV === 'production'?'doc-console.html':'index.html',
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user