jridgewell / babel-plugin-transform-incremental-dom

Turn JSX into IncrementalDOM
MIT License
144 stars 12 forks source link

Allow a common runtime #34

Closed jridgewell closed 8 years ago

jridgewell commented 8 years ago

Instead of injecting our helpers in multiple files, allow devs to import their own runtime module.

To diff, compare it to the babel-6 branch.