Skip to content
GitLab
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
3fac0366
Commit
3fac0366
authored
7 years ago
by
Jeremy Stucki
Committed by
Dan Abramov
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Define dev chunk names (#2050)
* Define dev chunk names Fixes
#2046
* Add comment
parent
bed9a39c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/react-scripts/config/webpack.config.dev.js
+2
-0
packages/react-scripts/config/webpack.config.dev.js
with
2 additions
and
0 deletions
+2
-0
packages/react-scripts/config/webpack.config.dev.js
+
2
-
0
View file @
3fac0366
...
@@ -71,6 +71,8 @@ module.exports = {
...
@@ -71,6 +71,8 @@ module.exports = {
// served by WebpackDevServer in development. This is the JS bundle
// served by WebpackDevServer in development. This is the JS bundle
// containing code from all our entry points, and the Webpack runtime.
// containing code from all our entry points, and the Webpack runtime.
filename
:
'
static/js/bundle.js
'
,
filename
:
'
static/js/bundle.js
'
,
// There are also additional JS chunk files if you use code splitting.
chunkFilename
:
'
static/js/[name].chunk.js
'
,
// This is the URL that app is served from. We use "/" in development.
// This is the URL that app is served from. We use "/" in development.
publicPath
:
publicPath
,
publicPath
:
publicPath
,
// Point sourcemap entries to original disk location
// Point sourcemap entries to original disk location
...
...
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