Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
bab2c295
Commit
bab2c295
authored
7 years ago
by
Robin van der Vleuten
Committed by
Dan Abramov
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Set the public path to the asset manifest entries (#2544)
parent
034c6ad3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/react-scripts/config/webpack.config.prod.js
+1
-0
packages/react-scripts/config/webpack.config.prod.js
with
1 addition
and
0 deletions
+1
-0
packages/react-scripts/config/webpack.config.prod.js
+
1
-
0
View file @
bab2c295
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets