Add module type to main.js script tag
This commit is contained in:
@@ -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>
|
||||
</html></code></pre>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user