You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a bug, but is how Deno works.
Any module loaded with import ... is cached by Deno and there's no way to refresh the module after any change.
Version
Platform
Windows
What steps will reproduce the bug?
When using plain ES modules (.tmpl.ts) as templates, reloading in the browser does not work for imported sub-templates.
e.g.
May related to: #178
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
No response
What do you see instead?
No changes will be shown if anything is changed in a subtemplate.
Additional information
A current workaround might be to define all subtemplates in the same file. However, this prevents reuse in some situations.
e.g.
The text was updated successfully, but these errors were encountered: