module.exports = { // options... devServer: { compress: true, inline: true, port: '8080', allowedHosts: [ '.now.sh' ] } }