Skip to content

Commit

Permalink
Revert "Set the public path to the asset manifest entries (#2544)"
Browse files Browse the repository at this point in the history
This reverts commit bab2c29.

I meant to apply it to `next` instead.
  • Loading branch information
gaearon committed Feb 9, 2018
1 parent 984d661 commit 1a9722f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-scripts/config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1a9722f

Please sign in to comment.