client: fix production path for chunks

This commit is contained in:
Matteo Pagliazzi
2017-06-08 19:17:35 -07:00
parent 977f9d5174
commit 292b2acb1e

View File

@@ -10,7 +10,7 @@ module.exports = {
index: path.resolve(__dirname, '../../dist-client/index.html'), index: path.resolve(__dirname, '../../dist-client/index.html'),
assetsRoot: path.resolve(__dirname, '../../dist-client'), assetsRoot: path.resolve(__dirname, '../../dist-client'),
assetsSubDirectory: 'static', assetsSubDirectory: 'static',
assetsPublicPath: '/new-app', assetsPublicPath: '/new-app/',
staticAssetsDirectory, staticAssetsDirectory,
productionSourceMap: true, productionSourceMap: true,
// Gzip off by default as many popular static hosts such as // Gzip off by default as many popular static hosts such as