zilverline / react-tap-event-plugin

Instant TapEvents for React
http://facebook.github.io/react/
MIT License
1.07k stars 110 forks source link

es6 import/export support #100

Open webuniverseio opened 7 years ago

webuniverseio commented 7 years ago

Hi, browsers started to ship es6 modules native support, so it will be great if plugin can use import/export instead of require/module.exports. Of course require/module.exports can still be added via babel for people who are interested.

Thank you.