Skip to content

Commit

Permalink
Set the public path to the asset manifest entries (facebook#2544)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvdvleuten authored and gaearon committed Jan 20, 2018
1 parent 5465207 commit 1f45511
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1f45511

Please sign in to comment.