futurepress/epubjs-rn

bundle load failed

Closed this issue · 4 comments

in node modules masks-pane ''could not find preset ''es2015"

Use yarn add babel-preset-es2015 -D

I'm not sure why you are getting that error, marks-pane has the babel preset as a dependency here: https://github.com/fchasen/marks/blob/master/package.json#L24

Can you check the version that was added in your node_modules?

yarn add babel-preset-es2015 -D can resolve ths

marks-pane need to have it's .babelrc in npmignore. Fixed in epubjs-rn@0.0.118.