I really love your html games i can see all the effort you've put in to the code
unfortunately i would like to point out a few thing that haven't changed in your games
Mainly actually just one and that's the use of import from.
import from was introduced in ecs6 rolled out in all browser between 2015-2017(not 100% accurate data). That means that older browser will not be able to play this game their are a few solutions for this online. I personally recommend compiling your game with browserify.
sinceraly,
IF-dev