Skip to content

Commit

Permalink
Revert "Set the public path to the asset manifest entries (facebook#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 1e3da15 commit d95b4ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 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 d95b4ca

Please sign in to comment.