module.exports = { configureWebpack: { devServer: { disableHostCheck: true, host: "0.0.0.0" } }, publicPath: process.env.SUBPATH ? process.env.SUBPATH : "/", pluginOptions: { gitDescribe: { variableName: "GIT_DESCRIBE" } } };