Logger only works on Node.js
Summary
The logger needs to be able to work in the browser too, because we use it and modules that depend on it (API) in the app.
Steps to reproduce
https://gitlab.com/openstapps/app/-/jobs/248780170 fails because of:
Uncaught ReferenceError: process is not defined
at Object../node_modules/chalk/index.js (index.js:8)
at __webpack_require__ (bootstrap:83)
at Object../node_modules/@openstapps/logger/lib/logger.js (logger.js:25)
at __webpack_require__ (bootstrap:83)
at Module../src/main.ts (environment.ts:31)
at __webpack_require__ (bootstrap:83)
at Object.0 (main.ts:27)
at __webpack_require__ (bootstrap:83)
at checkDeferredModules (bootstrap:45)
at Array.webpackJsonpCallback [as push] (bootstrap:32)