Monday, 31st March 2025
🔗 How to import any JS library without a build system (#). I often come across an NPM module and want to import it into an app I’m building which does not make use of a javascript build. It’s quite tricky! This article breaks down the complete set of options for doing this.