This repository has been archived by the owner on Apr 15, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable dependency-aware (re-)loading of marko templates
- Marko templates can be dependent on other Marko templates via include, tag name reference, etc. - Tell Webpack about these dependencies so that changes in a parent template causes Webpack to reload (and recompile) all child templates
- Loading branch information