It looks like you can configure nuxt to use es-modules. https://nuxtjs.org/api/configuration-build/#transpile   Just tested, and this seems to work for all the files. build: { transpile: [ "gsap" ] }  
    • Thanks
    • Like
    6