tsolucio / coreBOSwsLibrary

coreBOS webservice Library
9 stars 15 forks source link

Will run into webpack compiling issues because of nullish coalescing operator #28

Open Luke1982 opened 3 years ago

Luke1982 commented 3 years ago

https://github.com/tsolucio/coreBOSwsLibrary/blob/36fa4476fb7cfacfa8e4c23dc78b4dc321eb635f/javascript/reactadmin/corebosServerProvider.js#L49-L53

Can be solved with https://devinschulz.com/modify-create-react-apps-babel-configuration-without-ejecting/, or by taking out the operator in this file until it is supported.

ochu-elhadji commented 2 months ago

Noted. I will handle that. Thanks.