Matt Carroll
Matt Carroll
Postponing some String.prototype functions until these are in
Hi twalker, Thanks for bringing this up. Improvements to module file sizes are on our roadmap. The first issue we’re planning to tackle is removing lodash (see: https://github.com/optimizely/javascript-sdk/issues/241). Thanks for...
FYI, we released [v4.0.0-alpha.1](https://www.npmjs.com/package/@optimizely/optimizely-sdk/v/4.0.0-alpha.1) which has Lodash removed. I'll leave this issue open until we release a non-alpha version with Lodash removed.
From what I can see, the minified files increased by about 3-4KB going from 4.3.4 to 4.4.0. See the listing on unpkg: https://unpkg.com/browse/@optimizely/[email protected]/dist/ ``` optimizely.browser.es.min.js | 59.9 kB optimizely.browser.umd.min.js |...