Problem loading phaser

I am just starting out on Phaser and I used Phaser Editor 2D. Everything seems to be working locally, but when I tried to upload them to a server I got following error:

Uncaught SyntaxError: The requested module ‘…/js/stages/stage1-1.js’ does not provide an export named ‘default’

Here is the link to my: http://jch02140.epizy.com/phaser/

I tried searching in google and the forum here and it seems I might need to use phaser-es6-webpack. However, I am not sure how to incorporate this into my phaser project. Any help is much appreciated.

I run it and didn’t get the error you said.

Try to remove the word “default” at the declaration of the Scenes.

I uploaded my console log. I used Edge and Chrome.

Apologize for the last post. Aftrer fiddling abit, it seems like it was due to browser caching the old files.
I forced refresh the page and it seems to work now.