Skip to content

Commit

Permalink
Define dev chunk names
Browse files Browse the repository at this point in the history
  • Loading branch information
jstcki committed Apr 30, 2017
1 parent bed9a39 commit 3e612c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-scripts/config/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ module.exports = {
// served by WebpackDevServer in development. This is the JS bundle
// containing code from all our entry points, and the Webpack runtime.
filename: 'static/js/bundle.js',
chunkFilename: 'static/js/[name].chunk.js',
// This is the URL that app is served from. We use "/" in development.
publicPath: publicPath,
// Point sourcemap entries to original disk location
Expand Down

0 comments on commit 3e612c7

Please sign in to comment.