Hot reload sur toutes les entries de webpack

pull/279/head
Mael 2018-08-30 16:46:44 +02:00
parent a92d14ac2c
commit aaa70fc97a
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ module.exports = {
serve: {
host: '0.0.0.0',
hotClient: {
allEntries: true,
host: { client: '*', server: '0.0.0.0' }
},
add: (app, middleware, options) => {