How can I get a good logger / inspect experience in an Angular 15 project? #918
Unanswered
MitzaCoder
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I like
effector
very much, and I started using it in my Angular project, but I can't for the life of me figure out how to get a nice logger view.inspect
returns numbers asUnit
names, and I have tried to somehow use theeffector/babel-plugin
to solve this, but to no avail. The problem I don't know how to get over is the fact that by the time webpack runsbabel-loader
in an Angular project, the sources have already been processed bytsc
and the names of theUnits
have been lost (minified/transformed into random numbers and letters).This is an example I get from
effector/logger
:Does anyone have any ideea how to solve this? Anyone of you guys integrated
effector
into an Angular project and used the logger successfully?Beta Was this translation helpful? Give feedback.
All reactions