I guess the best solution for now is to tell people to import plugins without a name. Since everything gets added to the GreenSockGlobals object, which is probably the window, you should still be able to call the plugin by name.   import "gsap/MorphSVGPlugin"; // Should work as it's global MorphSVGPlugin.convertToPath("circle");  
    • Like
    2