jakezatecky / react-dual-listbox

A feature-rich dual listbox for React.
https://jakezatecky.github.io/react-dual-listbox/
MIT License
110 stars 58 forks source link

Error on build project #143

Closed yojik94 closed 1 year ago

yojik94 commented 3 years ago

Error on build project, project was created with create-react-app 2021-04-13_20-44 screen

jakezatecky commented 3 years ago

What version of create-react-app are you using? This indicates an issue with UglifyJs not handling ES6 code well.

I also see that it is loading lib/index.browser.js when it should probably use lib/index.js.

jakezatecky commented 1 year ago

Closing due to inactivity. May be related to #152.