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'm currently working improving load times of a web-app & noticed thanks to inspectpack that on the app final bundle there are two different versions of @optimizely/js-sdk-utils, 0.1.0 & 0.4.0
see the report here:
I could resolve it setting a resolution to always use 0.4.0, but not sure if safe? could lead to bad functioning of the library? Also would like for this library to not introduce duplicates (& increase bundlesize/loadtimes) since I like it & use it on various projects :)
What's a feasible solution? is there any reason in particular @optimizely/react-sdk is still using @optimizely/[email protected] ?
The text was updated successfully, but these errors were encountered:
Hello!
I'm currently working improving load times of a web-app & noticed thanks to inspectpack that on the app final bundle there are two different versions of
@optimizely/js-sdk-utils
,0.1.0
&0.4.0
see the report here:
I could resolve it setting a
resolution
to always use0.4.0
, but not sure if safe? could lead to bad functioning of the library? Also would like for this library to not introduce duplicates (& increase bundlesize/loadtimes) since I like it & use it on various projects :)What's a feasible solution? is there any reason in particular
@optimizely/react-sdk
is still using@optimizely/[email protected]
?The text was updated successfully, but these errors were encountered: