Skip to content

Commit 97d527d

Browse files
robinvdvleutenPavel Zhytko
authored and
Pavel Zhytko
committedJul 10, 2018
Set the public path to the asset manifest entries (facebook#2544)
1 parent e24412e commit 97d527d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/react-scripts/config/webpack.config.prod.js

+1
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ module.exports = {
327327
// having to parse `index.html`.
328328
new ManifestPlugin({
329329
fileName: 'asset-manifest.json',
330+
publicPath: publicPath
330331
}),
331332
// Generate a service worker script that will precache, and keep up to date,
332333
// the HTML & assets that are part of the Webpack build.

0 commit comments

Comments
 (0)
Please sign in to comment.