webpack将程序打包到特定的目录

2018-06-01  本文已影响0人  皮卡乒乓

修改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
  },
上一篇下一篇

猜你喜欢

热点阅读