I'm writing a Webpack plugin that will find all references to i18n/translation functions with the aim of finding all texts that need translations and then uploading them to a translation service.
Any pointers on how to get started? Which hooks should I be using?