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 using vue-cli / webpack to bundle my web application, after updating SharepointPlus from 6.0.4 the build size increases by 1156KB. Reverting to 6.0.4 gives me the small size again.
I'm using sharepointplus-loader and treeshaking, after checking the report it looks likes there's a lot of new dependencies being included like: psl, ajv, sshpk, bluebird, elliptic
Is there a migration step that should be performed when going from 6.0.4 to 6.1.0?
The text was updated successfully, but these errors were encountered:
I'm using vue-cli / webpack to bundle my web application, after updating SharepointPlus from 6.0.4 the build size increases by 1156KB. Reverting to 6.0.4 gives me the small size again.
I'm using sharepointplus-loader and treeshaking, after checking the report it looks likes there's a lot of new dependencies being included like: psl, ajv, sshpk, bluebird, elliptic
Is there a migration step that should be performed when going from 6.0.4 to 6.1.0?
The text was updated successfully, but these errors were encountered: