From 1f455117bf077fb5efe508e30cb5f271034ef1b1 Mon Sep 17 00:00:00 2001 From: Robin van der Vleuten Date: Sat, 20 Jan 2018 20:31:27 +0100 Subject: [PATCH] Set the public path to the asset manifest entries (#2544) --- config/webpack.config.prod.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config/webpack.config.prod.js b/config/webpack.config.prod.js index 3b2a2068db2..83bcadb63cd 100644 --- a/config/webpack.config.prod.js +++ b/config/webpack.config.prod.js @@ -319,6 +319,7 @@ module.exports = { // having to parse `index.html`. new ManifestPlugin({ fileName: 'asset-manifest.json', + publicPath: publicPath }), // Generate a service worker script that will precache, and keep up to date, // the HTML & assets that are part of the Webpack build.