module.exports = { productionSourceMap: false, publicPath: "./", devServer: { open: true, host: "10.16.4.5", port: 8080, https: false, hotOnly: false, } };