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
Uh oh!
There was an error while loading. Please reload this page.
-
I like
effectorvery 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.inspectreturns numbers asUnitnames, and I have tried to somehow use theeffector/babel-pluginto 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-loaderin an Angular project, the sources have already been processed bytscand the names of theUnitshave 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
effectorinto an Angular project and used the logger successfully?Beta Was this translation helpful? Give feedback.
All reactions