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?
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?