Replaced live server with webpack dev server which gives hot reload for free
This commit is contained in:
@@ -9,6 +9,7 @@ module.exports = {
|
||||
|
||||
output: {
|
||||
path: path.resolve(__dirname, 'build'),
|
||||
publicPath: '/build/',
|
||||
filename: 'project.bundle.js'
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user