From a5a40a13834a76345f7491924771a15ee1846856 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 7b73dd787cd..d631fc32a3b 100644 --- a/config/webpack.config.prod.js +++ b/config/webpack.config.prod.js @@ -413,6 +413,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.