mirror of
https://github.com/mgerb/react-starter
synced 2026-01-09 08:32:48 +00:00
update webpack config for hot reloading
This commit is contained in:
@@ -68,6 +68,7 @@ module.exports = {
|
||||
new webpack.optimize.CommonsChunkPlugin({
|
||||
name: ['vendor', 'manifest'],
|
||||
minChunks: 'Infinity'
|
||||
})
|
||||
}),
|
||||
new webpack.HotModuleReplacementPlugin(),
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user