修改config下的index.js文件
build: {
env: require('./prod.env'),
index: path.resolve(__dirname, 'I:/Mypro/Documents/GitHub/jiawanlong.github.io/dist/index.html'),
assetsRoot: path.resolve(__dirname, 'I:/Mypro/Documents/GitHub/jiawanlong.github.io/dist'),
assetsSubDirectory: 'static',
assetsPublicPath: './',
productionSourceMap: true,
productionGzip: false,
productionGzipExtensions: ['js', 'css'],
bundleAnalyzerReport: process.env.npm_config_report
},
网友评论