Hi, I'm getting the following error when compiling a project with redux-batched-subscribe:
ERROR in ./~/redux-batched-subscribe/lib/index.js
Module build failed: ReferenceError: [BABEL] /MYPATH/node_modules/redux-batched-subscribe/lib/index.js: Using removed Babel 5 option: /MYPATH/node_modules/redux-batched-subscribe/.babelrc.stage - Check out the corresponding stage-x presets http://babeljs.io/docs/plugins/#presets
Any idea? Thanks
UPDATE:
removing redux-batched-subscribe/.babelrc let me compile without errors.
Is it safe to remove it? In that case, should it be included in the npm package?
Hi, I'm getting the following error when compiling a project with redux-batched-subscribe:
Any idea? Thanks
UPDATE:
removing
redux-batched-subscribe/.babelrc
let me compile without errors. Is it safe to remove it? In that case, should it be included in the npm package?