// 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 }) => `
${environment === 'test' ? `` : ``}
${
environment === 'production'
? `{{ range .ExtraScripts }} {{ end }}`
: ``
}
${environment === 'test' ? `` : ``}
`;