Rovak / InlineAttachment

Easily paste and upload files/images in plain textareas
http://git.razko.nl/InlineAttachment
MIT License
618 stars 77 forks source link

Webpack support #72

Open jkassemi opened 8 years ago

jkassemi commented 8 years ago

What's currently the recommended path for integration with applications built with webpack, and is there any interest in upgrading this package to support ES6 / webpack / "whatever I should be calling this modern JS development stack"?

I've started some work over at https://github.com/bowtie-io/InlineAttachment that I'll probably use for our applications and I'd like to figure out what your thoughts on this are.

Rovak commented 8 years ago

Right now i'm using webpack with https://github.com/webpack/script-loader to load the script. I'm very interested in making this compatible with a module system and add it to npm. Your fork looks good, i'll take it for a spin as soon as i find some time