1
0
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:
2017-07-27 08:11:12 -05:00
parent 0f7a775039
commit cc0be44b54

View File

@@ -68,6 +68,7 @@ module.exports = {
new webpack.optimize.CommonsChunkPlugin({
name: ['vendor', 'manifest'],
minChunks: 'Infinity'
})
}),
new webpack.HotModuleReplacementPlugin(),
]
};