Lucifier129 / react-lite

An implementation of React v15.x that optimizes for small script size
MIT License
1.73k stars 98 forks source link

isNum is never used #20

Closed bjarneo closed 8 years ago

Lucifier129 commented 8 years ago

react-lite use rollup for building, it should handle dead code, but it seem like isNum was missed:)

I will try to remove isNum at next version.

thxs

bjarneo commented 8 years ago

Just noticed it while building a package in webpack :)

Currently using it in production. Reduced my package with ~110kb. Works as a charm!

Keep up the good work!

Lucifier129 commented 8 years ago

good news for me:)