google / incremental-dom

An in-place DOM diffing library
http://google.github.io/incremental-dom/
Apache License 2.0
3.54k stars 180 forks source link

Add a module build #432

Open matthewp opened 5 years ago

matthewp commented 5 years ago

It would be great to have a module build that can be run directly in the browser. For quick demos and experimentation I don't want to set up a bundler.

bennypowers commented 3 years ago

Would maintainers consider a PR?

schlusslicht commented 2 years ago

I guess I already created a pull request for this issue earlier this year: https://github.com/google/incremental-dom/pull/484