From 292b2acb1eae7de156be62a863da22a568350c39 Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Thu, 8 Jun 2017 19:17:35 -0700 Subject: [PATCH] client: fix production path for chunks --- webpack/config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack/config/index.js b/webpack/config/index.js index 51bb71257a..fb2161627e 100644 --- a/webpack/config/index.js +++ b/webpack/config/index.js @@ -10,7 +10,7 @@ module.exports = { index: path.resolve(__dirname, '../../dist-client/index.html'), assetsRoot: path.resolve(__dirname, '../../dist-client'), assetsSubDirectory: 'static', - assetsPublicPath: '/new-app', + assetsPublicPath: '/new-app/', staticAssetsDirectory, productionSourceMap: true, // Gzip off by default as many popular static hosts such as