When I try to add a plugin to my game, I get this error: `Uncaught TypeError: Cannot read property 'add' of undefined` When I inspect the game object, the plugins attribute looks like this: plugins: { _i: -1, _len: 0, game: Phaser.Game, plugins: Array[0] _proto_: Object } There is no 'add' method.