Changement du host en 0.0.0.0

Pour pouvoir exposer le serveur de développement sur internet
pull/294/head
Mael 2018-07-31 16:10:32 +02:00
parent 658b3623d6
commit 3c9715c4c5
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ module.exports = {
mode: 'development',
entry: map(concat(['react-hot-loader/patch']), common.entry),
serve: {
host: '0.0.0.0',
add: (app, middleware, options) => {
app.use(
convert(