Ghost/ghost/mailgun-client/lib
Daniel Lockyer 2a07b94bd4
Fixed small boot time regression due to lack of dependency lazyloading
- when I extracted `mailgun-client` to a separate package, I
  accidentally removed the lazyloading for the `mailgun-js` library,
  which takes a non-negligible amount of time to require on boot
- this fixes that by moving the require into the function where it's
  used
2022-08-15 10:10:26 +02:00
..
mailgun-client.js Fixed small boot time regression due to lack of dependency lazyloading 2022-08-15 10:10:26 +02:00