guardian / scribe

DEPRECATED: A rich text editor framework for the web platform
http://guardian.github.io/scribe/
Apache License 2.0
3.5k stars 245 forks source link

whether consider supporting umd? #509

Closed xsbchen closed 7 years ago

xsbchen commented 7 years ago

whether consider supporting umd by webpack?

danburzo commented 7 years ago

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.

xsbchen commented 7 years ago

83