Replies: 1 comment
-
I dug into the source code and I found it could be caused by precompile templates: While pug adapater does not have this thing. If I am not wrong, could we add an option to load the template file every time so we can test it easier in dev env? |
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
-
I am facing an issue when using handlebarjs or ejs.
I found that the template does not apply after I made chagnes. The preview emails and sent emails are the same as last time. Unless I update other code or restart Nestjs. I also tried Pug, it works well without this issue.
I thought it might be cache issue from handlebarjs config, but I could not find anything.
Change the template requires to restart the Nestjsis really painful....
Does anyone have the same issue? Please help me..
Beta Was this translation helpful? Give feedback.
All reactions