You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have upgraded our angular environment from version 5 to version 6, and now our angular-cli+webpack-based build system generates a "prod" build that fails at runtime in the typescript-logging module.
Error: Uncaught TypeError: Cannot read property 'Console' of undefined
It seems that the LoggerType enum is empty (or missing it's declaration). I have created a small environment to reproduce the bug here: https://stackblitz.com/edit/angular-zhriph