Add module type to main.js script tag

This commit is contained in:
arkadiusz.gotfryd
2022-05-08 23:25:51 +02:00
parent 864e9e5c5f
commit 77cd464a7b

View File

@@ -208,7 +208,7 @@
{{#if css.source}}{{ indent css.source spaces=6 }}{{/if}} </style>
</head>
<body>
{{ indent contents spaces=4 }} <script src="main.js"></script>
{{ indent contents spaces=4 }} <script type="module" src="main.js"></script>
</body>
&lt;/html&gt;</code></pre>
</div>