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