launchdarkly / react-client-sdk

LaunchDarkly Client-side SDK for React.js
Other
86 stars 68 forks source link

change build output module system from CommonJS to ES Modules #52

Closed EvanLovely closed 3 years ago

EvanLovely commented 4 years ago

Requirements

This library is not tree shakable & this PR adjusts it so that it can be by changing require => import and adjusting the package.json accordingly.

bwoskow-ld commented 3 years ago

I'm closing this as timed out as my feedback hasn't yet been addressed.