mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
added webpack-dev-middleware for recompiling on source changes
This commit is contained in:
@@ -7,7 +7,8 @@ module.exports = {
|
||||
},
|
||||
output: {
|
||||
filename: '[name].js',
|
||||
path: path.resolve(__dirname, 'public')
|
||||
path: path.resolve(__dirname, 'public'),
|
||||
publicPath: '/'
|
||||
},
|
||||
module: {
|
||||
loaders: [
|
||||
|
||||
Reference in New Issue
Block a user