module.exports = { publicPath: process.env.NODE_ENV === `production` ? `/` : `/`, devServer: { disableHostCheck: false, // set this to true to allow ngrok web serving }, }