I realize the legacy plugins are being deprecated and I should move to the new framework but due to time constraints I want to hold off on refactoring my plugins until I move beyond 7.8.0
I'm having one issue with my plugins. The commons.bundle.js isn't loaded into the browser when I navigate to Canvas page.
Is there a hack I can use to get me through this upgrade?
UPDATE: I found that ui_render_mixin.js did not include commons.bundle.js in the const jsDependencyPath because it came after isCore. However, the const styleSheetPaths did include commons.style.css because it occurs before the isCore check. So my hack is to change your code. I know not ideal because upgrades are painful but we have a delivery in 3 weeks.
UPDATE2: When trying to inspect commons.bundle.js thru FF debugger tab, it causes browser to hang trying to render.
Thanks!