In order to make it working with browserify I had to change: https://github.com/amowu/phaser-shim/blob/master/index.js ``` js 'use strict'; global.PIXI = require('./dist/pixi'); global.Phaser = require('./dist/phaser'); module.exports = Phaser; ```
In order to make it working with browserify I had to change:
https://github.com/amowu/phaser-shim/blob/master/index.js