* Stop using deprecated additionalAssets hook
* Watch locale files without webpack-watch-external-files-plugin
* Use Maps instead of objects
* Use webpack's file timestamps instead of checking the files ourselves
* Add hot reloading
* Inject hot reload code snippet
* * Ensure updated locales are auto-reloaded in electron renderer dev mode
* * Add watch external file plugin in dev mode only
* * Make changes from code review
* Adding ytpl and ytsr as externals in web.config
This should get rid of those two warnings that were
showing up on web builds
* Reducing discrepancies between dev and prod in web builds
* Removing a line which would prevent hot reloading
`this.locales` is retained between hot reloads, so it shouldn't
be set to `null`.
* Adding a new flag to the dev runner
Adding a new command: `run dev:web`
* Running `loadLocale` in development web builds
* Adding a line back which was removed
* Removing a line which was added