guardian / scribe

DEPRECATED: A rich text editor framework for the web platform

Home Page:http://guardian.github.io/scribe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

whether consider supporting umd?

xsbchen opened this issue · comments

whether consider supporting umd by webpack?

Porting the Scribe codebase to ES6 modules was a pretty straightforward step for us — done by hand in under an hour. Then the modules can be converted to UMD with Babel if you need this specific format. I suggest just forking the repo and doing it yourself.

Also, you can read through a previous discussion regarding UMD.