react-app-rewire-phaser-ce

Enable phaser-ce in a react-app-rewired application


Keywords
react, react-app-rewired, phaser-ce, create-react-app
License
MIT
Install
npm install react-app-rewire-phaser-ce@1.1.3

Documentation

react-app-rewire-phaser-ce

NPM

Enable phaser-ce in a react-app-rewired application.

How to Use

const rewirePhaserCE = require('react-app-rewire-phaser-ce');

module.exports = function override(config, env) {
  config = rewirePhaserCE(config, env);
  return config;
};