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>
|
{{#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>
|
||||||
</html></code></pre>
|
</html></code></pre>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user