8 lines
144 B
JavaScript

module.exports = {
assetsDir: 'static',
parallel: false,
publicPath : './',
productionSourceMap: false,//不生成map文件
}