You create the ./config/plugins.js or any of the environment options (using the NODE_ENV value you wish to use) eg:
-
./config/plugins.jsfor global setting -
./config/env/production/plugins.jsfor only theNODE_ENV=productionenvironment -
./config/env/customenv/plugins.jsfor only theNODE_ENV=customenvenvironment