Replaced live server with webpack dev server which gives hot reload for free

This commit is contained in:
Chris Kelly
2018-01-20 22:41:50 +11:00
parent d497d21e93
commit 11e573fa56
2 changed files with 6 additions and 3 deletions
+1
View File
@@ -9,6 +9,7 @@ module.exports = {
output: {
path: path.resolve(__dirname, 'build'),
publicPath: '/build/',
filename: 'project.bundle.js'
},