digitsensitive/phaser3-typescript

"space-shooter" is not displayed ๐Ÿ˜ญ

ttsukasan opened this issue ยท 1 comments

The game object "space shooter" is not displayed ๐Ÿ˜ญ๐Ÿ˜ญ๐Ÿ˜ญ

Google chrome console outputs an error

GET http://localhost:8080/dist/bundle.js net::ERR_ABORTED 404 (Not Found)

I changed npm script settings and now it shows up!

"dev": "npx webpack serve --mode development"

"dev": "webpack --mode development && webpack serve --mode development"

Finally, thank you for making so many great games! ๐Ÿฅฐ

@ttsukasan Still a problem? Should be fixed I think.