How to resize uploaded images to custom sizes

You create the ./config/plugins.js or any of the environment options (using the NODE_ENV value you wish to use) eg:

  • ./config/plugins.js for global setting
  • ./config/env/production/plugins.js for only the NODE_ENV=production environment
  • ./config/env/customenv/plugins.js for only the NODE_ENV=customenv environment