```javascript module.exports = { devEntry: {}, buildEntry: {}, devServer: { host: '0.0.0.0', publicPath: '/' open: true } } ```
lib