From d95b4caf410747298cb9ebc0cc9e2c7b41fc9ad4 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Fri, 9 Feb 2018 13:13:49 +0000 Subject: [PATCH] Revert "Set the public path to the asset manifest entries (#2544)" This reverts commit bab2c295220a88f1ea5bdabd0bf65fb7c7a98152. I meant to apply it to `next` instead. --- config/webpack.config.prod.js | 1 - 1 file changed, 1 deletion(-) diff --git a/config/webpack.config.prod.js b/config/webpack.config.prod.js index 83bcadb63cd..3b2a2068db2 100644 --- a/config/webpack.config.prod.js +++ b/config/webpack.config.prod.js @@ -319,7 +319,6 @@ 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.