added webpack-dev-middleware for recompiling on source changes
This commit is contained in:
parent
314ab237ec
commit
21b7f16b1e
4 changed files with 63 additions and 14 deletions
|
@ -7,7 +7,8 @@ module.exports = {
|
|||
},
|
||||
output: {
|
||||
filename: '[name].js',
|
||||
path: path.resolve(__dirname, 'public')
|
||||
path: path.resolve(__dirname, 'public'),
|
||||
publicPath: '/'
|
||||
},
|
||||
module: {
|
||||
loaders: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue