Skip to content

Commit

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

0 comments on commit aaf022c

Please sign in to comment.