-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot destructure property 'templateName' of 'precompile(...)' #570
Comments
I was able to fix this by adding a |
That is actually not a complete solution, at least not for me. What you actually have to do is update
"sourceRoot": "src",
"root": "./",
"compilerOptions": {
"assets": [
{
"include": "notification/email-templates/**/*.hbs",
"outDir": "dist/src"
}
],
"watchAssets": true
} where however you still need to include the I actually figured this out thanks to this discussion |
tks @subalee |
Thank you @subalee |
thank you @subalee |
thank you @subalee |
@RashJrEdmund I encountered a problem with your config. It takes only the Here is my config: |
Hi all, 🦄
Config:
I'm trying to use with handlebars.
App Module:
Service:
I get this error when I use templates.
I manually copied templates folder to
dist
to check whether the problem is with paths.But it asks for
templateName
which I didn't provide.Thanks!
The text was updated successfully, but these errors were encountered: