Add check that the editor's ESM JS files can be loaded in a browser

This commit is contained in:
Alex Dima
2022-01-25 15:19:30 +01:00
parent 2a3b916cc0
commit bd369c638e
9 changed files with 186 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head>
<body>
<div id="container" style="width: 800px; height: 600px; border: 1px solid #ccc"></div>
<script type="module" src="index.js"></script>
</body>
</html>