clauderic / react-tiny-virtual-list

A tiny but mighty 3kb list virtualization library, with zero dependencies 💪 Supports variable heights/widths, sticky items, scrolling to index, and more!
https://clauderic.github.io/react-tiny-virtual-list/
MIT License
2.47k stars 164 forks source link

es.js in build directory breaks webpack compilation #22

Closed evanjmg closed 7 years ago

evanjmg commented 7 years ago

ERROR in main.bundle.js from UglifyJs Unexpected token: punc ([) [./~/react-tiny-virtual-list/build/react-tiny-virtual-list.es.js:43,0][main.bundle.js:25816,4]

Please remove this - even with the latest uglifyJs webpack plugin with es6 support it fails

clauderic commented 7 years ago

Hmm sorry about that, I'll investigate and get back to you.

clauderic commented 7 years ago

Should be fixed in 2.1.2, sorry about that!