redux-utilities / redux-promise

FSA-compliant promise middleware for Redux.
MIT License
2.67k stars 134 forks source link

Issues with Webpack cause by flux-standard-action #31

Closed juancarlosfarah closed 8 years ago

juancarlosfarah commented 8 years ago

I'm using redux-promise and recently I updated my application from Babel 5 to Babel 6 and I'm running into issues building with Webpack.

ERROR in ./~/flux-standard-action/lib/index.js Module build failed: ReferenceError: [BABEL] node_modules/flux-standard-action/lib/index.js: Unknown option: node_modules/flux-standard-action/.babelrc.stage

The error is caused by flux-standard-action, which in my case is only used by redux-promise.

├─┬ redux-promise@0.5.1
│ └─┬ flux-standard-action@0.6.0
│   └─┬ lodash.isplainobject@3.2.0
│     ├── lodash._basefor@3.0.3
│     └── lodash.keysin@3.0.8

It seems to have been fixed (according to this ticket) in version 0.6.1. Can you update the dependency to 0.6.1?

juancarlosfarah commented 8 years ago

I see @shinnn has a pull request for this already. https://github.com/acdlite/redux-promise/pull/26

shinnn commented 8 years ago

@juancarlosfarah Yes, still waiting @acdlite's review and merging.

acdlite commented 8 years ago

Fixed in 0.5.2