From c4aef053a6b867824923525be1985dd12fa57a35 Mon Sep 17 00:00:00 2001 From: Kevin Bloch Date: Sat, 8 Oct 2022 22:43:26 +0200 Subject: [PATCH] add type="module" to script tag Otherwise parcel 2 throws a build error: "Browser scripts cannot have imports or exports" As discussed here: https://github.com/parcel-bundler/parcel/discussions/6490 https://parceljs.org/blog/rc0/ Thanks for the cool repo btw! --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 11b2555..4638cc3 100755 --- a/src/index.html +++ b/src/index.html @@ -76,7 +76,7 @@

Chara

Made by   ꜰᴀʙᴏᴏʟᴇᴀ
- +