You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think when we update the "exports" declarations (#836, FSSDK-8983) in the package.json, only the needed deps should come along for the ride into your bundle, shaking out un-need classes.
How would the enhancement work?
Reduce the size of dependencies
When would the enhancement be useful?
Currently, main issues and bugs are coming from React Native peer-dependencies https://www.npmjs.com/advisories/1769
What I wanted to do
Reduce dependencies when not needed to avoid potential issues
What I expected to happen
Not having React Native when using NodeJS
What actually happened
Steps to reproduce
npm install @optimizely/optimizely-sdk
The text was updated successfully, but these errors were encountered: