Skip to content

Commit a5a40a1

Browse files
robinvdvleutengaearon
authored andcommitted
Set the public path to the asset manifest entries (facebook#2544)
1 parent b6440b3 commit a5a40a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/webpack.config.prod.js

+1
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ module.exports = {
413413
// having to parse `index.html`.
414414
new ManifestPlugin({
415415
fileName: 'asset-manifest.json',
416+
publicPath: publicPath
416417
}),
417418
// Generate a service worker script that will precache, and keep up to date,
418419
// the HTML & assets that are part of the Webpack build.

0 commit comments

Comments
 (0)