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.