Skip to content

Commit

Permalink
Refactor: Remove unnecessary webpack options
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Jul 31, 2017
1 parent 0b752e5 commit ff3bd08
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/make-webpack-config.js
Expand Up @@ -93,10 +93,6 @@ module.exports = function(config, env) {
} else {
webpackConfig = merge(webpackConfig, {
entry: [require.resolve('react-dev-utils/webpackHotDevClient')],
stats: {
colors: true,
reasons: true,
},
plugins: [new webpack.HotModuleReplacementPlugin()],
});
}
Expand Down

0 comments on commit ff3bd08

Please sign in to comment.