You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
running npm run build creates custom-build.js and custom-build.min.js inside dist
when i test with http-server -o and open test/index.html
i'm getting Game.js:373 Core Phaser Plugins missing. Cannot start.
after some debugging this apears in Game.jsboot method when if(!PluginCache.hasCore('EventEmitter'))
The text was updated successfully, but these errors were encountered:
Hello and big THANK YOU for Phaser
running
npm run build
createscustom-build.js
andcustom-build.min.js
insidedist
when i test with
http-server -o
and opentest/index.html
i'm getting
Game.js:373 Core Phaser Plugins missing. Cannot start.
after some debugging this apears in
Game.js
boot
method whenif(!PluginCache.hasCore('EventEmitter'))
The text was updated successfully, but these errors were encountered: