Rupesh G
Results
2
comments of
Rupesh G
v4 to v5 brought in ODP and a jump in ~50kb pre-gzip. ODP introduces a dependency on ua-parser-js https://github.com/optimizely/javascript-sdk/pull/854 - this is ~19KB or 12% of the total pre-gzipped size....
I've had to construct my own using a selection of other exported types: ```ts interface OptimizelyDecisionInfo extends Omit { decisionEventDispatched: boolean; } interface OptimizelyDecisionCallbackPayload extends ListenerPayload { type: string; //...