Replies: 2 comments 1 reply
-
hi, thanks for the feedback, thats actually logs compiling other componetns, cuz currently we dont have a way to know what components are being used in each template, so we render all components, i know, its not the best approach, but till we find a good way to do that, also with logs, did u try to set verbos to false ? it should stopp logging in the console, let me know if that doesnt resolve it, ill look into it |
Beta Was this translation helpful? Give feedback.
1 reply
-
we updated the whole library logic, this shouldn;t be a problem anymore, thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all, I'm using this package for the first time - and it seems to work great so far!
I did notice something in my console logs where I couldn't quite figure out whether it was actually a problem or not.
So, my setup is a NestJS API, and we're in a controller.
At the top of the file I import and configure the vue-email package like this:
In one of my controller endpoints (the usual Nest JS functions), I am using Nest's Email Module to send the rendered vue-email template:
Now the thing that actually confuses me is what I see in my console:
I do have a Welcome file in that directory as well (the one from the config call), but why is it being "compiled" here? At the moment it's only there to be used later on. At no point in my code am I using this file yet.
Is this normal or am I doing something wrong? :/
Thanks for the replies and I'm sorry if this is a stupid question or caused by something I'm doing wrong. I appreciate anyone reading this! :)
Beta Was this translation helpful? Give feedback.
All reactions