Fixes client localdev reloading

This commit is contained in:
Simon Howe
2016-04-11 19:12:36 +02:00
parent d237f52a90
commit ed09f5b9bd

View File

@@ -47,6 +47,7 @@ module.exports = {
// by the dev server for dynamic hot loading.
output: {
path: path.join(__dirname, 'build/'),
publicPath: 'http://' + WEBPACK_SERVER_HOST + ':4041/build/',
filename: '[name].js'
},