Thoughts on importing npm modules to the web as JavaScript modules
நான் எம்.எஸ் தொகுதிகள் பற்றி நேற்று செய்ததைப் பற்றிய எண்ணங்கள் கிடைத்தன I needed a quick way import a simple module get-urls into my project. The module is well tested and it does what I needed … ignore the fact that it’s pretty easy to implement in a couple of lines of JavaScript. The problem I had is that my project is built in ES6, uses modules and I didn’t want to have to bundle up using CommonJS (require).