The dynamicPackages section of mj.config.cjs as this loader reads it.
dynamicPackages
Optional
Per-process on/off policy keyed by process ID or prefix, e.g. { 'cli:codegen': 'none' }. The most specific matching key wins. Overridden by the MJ_DYNAMIC_PACKAGES env var and by a programmatic mode option.
{ 'cli:codegen': 'none' }
MJ_DYNAMIC_PACKAGES
mode
The
dynamicPackagessection of mj.config.cjs as this loader reads it.