lean / phaser-es6-webpack

A bootstrap project for create games with Phaser + ES6 + Webpack.
MIT License
1.28k stars 316 forks source link

fixed issue in Game.js with the Banner creation throwing an exception #54

Closed ambrons closed 6 years ago

ambrons commented 6 years ago

I checked this project out a few days ago and using node 8.8 with npm 5.5.1 I received the following error.

Before PR with default build npm i && npm run dev

screen shot 2017-12-17 at 12 06 27 pm

The included PR fixes this issue and makes the boilerplate es6 + webpack application work as intended.

After PR with default build npm i && npm run dev

screen shot 2017-12-17 at 12 09 51 pm