babel-plugin-mobx-deep-action
babel-plugin-mobx-deep-action copied to clipboard
Reduces `action` and `runInAction` boilerplates
Results
1
babel-plugin-mobx-deep-action issues
Sort by
recently updated
recently updated
newest added
Any advice on getting this working with Babelify? I have tried: `browserify.transform(babelify, {presets: [{"plugins": ["mobx-deep-action"]}]});` `browserify.transform(babelify, {plugins: ["mobx-deep-action"]});`