WIP: Basic working version. Will import .html files and resolve its dependencies. But it will generate invalid html when sourcemaps are enabled, assets like <link..> do not yet work...

This commit is contained in:
2023-04-27 21:49:13 +02:00
parent 240d5cfe9a
commit 831e607591
8 changed files with 105 additions and 70 deletions

View File

@@ -1,6 +1,8 @@
<html>
<meta data-test="{{a}}"/>
<body>
<script src="./batman.js" type="module"></script>
</body>
<head>
<meta data-test="{{a}}"/>
</head>
<body>
<script src="./batman.js" type="module"></script>
</body>
</html>