Can two independent office-js based PowerPoint addin and VBA based PowerPoint addin are packaged into one?
From Office-JS & VBA Addin How to mix together, I understand two office-js based addin and VBA based addin cannot communicate each other.
If these two addin does not need to communicate, VBA (maybe C#?) part and JS part can be bundled into one?
Of course two addins are distributed independently, but these are coupled with CustomXMLPart. Thus if this is possible, it is convenient for user.