launchdarkly / electron-client-sdk

LaunchDarkly Client-side SDK for Electron
Other
4 stars 9 forks source link

1.1.0 release is broken due to ES6 imports #6

Closed eli-darkly closed 5 years ago

eli-darkly commented 5 years ago

The latest release of this SDK has been pulled and will be replaced with a 1.1.1 patch shortly. We had previously been transpiling the code with Babel, and had removed that step, but some ES6 import syntax was still retained which is not supported by Node.