Rosey / markdown-draft-js

A tool to convert content created in DraftJS to markdown and vice versa.
https://rosey.github.io/markdown-draft-js/
MIT License
318 stars 69 forks source link

Remove babelify config from package.json #85

Closed davidmfoley closed 5 years ago

davidmfoley commented 5 years ago

We upgraded our browserfy/babelify app to babel v7. The browserify transform in the package.json causes errors when packaging our app using babelify, because the es2015 preset is not present.

I don't think removing this has any effect on this package since the babel build is already targeting vanilla ES. Browserify appears to only be used for karma.