function writeToFile()

in build/generate-contributors.js [25:29]


function writeToFile() {
  const text =
    'export default ' + JSON.stringify(entries, null, '    ') + ';'
  fs.writeFileSync('components/helper/contributors.ts', text)
}