react-app-rewire-mobx

v1.0.4
# Install

Rewire create-react-app to use MobX

Install

$ npm install --save mobx mobx-react react-app-rewire-mobx

Add it to your project

const rewireMobX = require('react-app-rewire-mobx');

/* config-overrides.js */
module.exports = function override(config, env) {
  config = rewireMobX(config, env);
  return config;
}

Notes

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 7/6/2017

Downloads

Maintainers