I'm not sure what's the best way to set alias mapping, but for example... ``` js debug.alias('glossy', ['component:screen-manager', 'extension:glossy-service', 'extension:dfp-service', ...]; debug.enable('glossy'); ```
I'm not sure what's the best way to set alias mapping, but for example...