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