From 77cd464a7b4e8d9fed23d3b7ebf2ac0525a3d830 Mon Sep 17 00:00:00 2001 From: "arkadiusz.gotfryd" Date: Sun, 8 May 2022 23:25:51 +0200 Subject: [PATCH] Add module type to main.js script tag --- examples/templates/example.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/templates/example.html b/examples/templates/example.html index c8abb1558a..f1f3a311a4 100644 --- a/examples/templates/example.html +++ b/examples/templates/example.html @@ -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>