// rootURL in production equals `{{.ContentPath}}` and therefore is replaced // with the value of -ui-content-path. During development rootURL uses the // value as set in environment.js module.exports = ({ appName, environment, rootURL, config }) => ` ${ config.CONSUL_BINARY_TYPE !== 'oss' && config.CONSUL_BINARY_TYPE !== '' ? `` : `` } ${environment === 'test' ? `` : ``} ${ environment === 'production' ? `{{ range .ExtraScripts }} {{ end }}` : `` } ${environment === 'test' ? `` : ``} `;