HubSpot / draft-convert

Extensibly serialize & deserialize Draft.js ContentState with HTML.
Apache License 2.0
484 stars 94 forks source link

Add esm support #149

Closed TrySound closed 5 years ago

TrySound commented 5 years ago

This is useful for bundlers like rollup which does not handle commonjs out of the box.

Babel runtime allows to share helpers with other projects and save some bytes.

/cc @benbriggs @maxwellskala

maxwellskala commented 5 years ago

Published as 2.1.8. Thanks @TrySound!