We've released an update to the extension manager ...
# suitecommerce
s
We've released an update to the extension manager that includes minification, so I would encourage everyone to check it out in their sandbox, reactivate a test site, and if everything is good, reactivate on production
🙌 3
🔥 1
🙌🏻 1
s
hey! is it optional? for testing purposes sometimes it would help to have an non-minified version temporally
s
Yes. General Preferences -> Custom Preferences -> SCEM Enable Code Optimization (enabled by default)
💪 1
I would point out that you should be able to use source maps, so it should be unnecessary
s
that's true but the non-minified version helps to decrease the cognitive challenge of variables being renamed to a, b, c, etc; thanks for making that flag configurable 👍
☝️ 1
s
For sure.
c
Has anyone run into activation issues after the change? I can't activate and it hangs on step 6 every time. I checked the M/R queue and all the steps there complete successfully.
image.png
s
So I know an ad hoc fix that you can do every single time, but I am yet to see a proper fix get done
When you kick off the activation, go and edit the customdeploy_ext_mech_mr_manifest_loader script deployment and then immediately do Save & Execute
I am yet to figure out why it doesn't get kicked off by the script but feel free to raise a case 🙂
🙏🏻 1
c
Thanks!
In our environment, we had to disable the code optimization feature. This is how: Setup > Company > General Preferences > Custom Preferences tab > SuiteCommerce Extension Management and locate => SCEM Enable Code Optimization.
We have many extensions. Our original implementation was heavily customized in core code and we upgraded by migrating the custom code modules to extensions so we could move up to a newer version of SCA. I suppose the optimization feature couldn't handle the amount of minification?!?