Comment by 3836293648
Comment by 3836293648 6 days ago
You are arguing two (subtly) different points. Not requiring npm or any build step is great. Always.
Having it available to simplify integration into larger projects is also great.
These two things are entirely orthogonal, even if this only does the first one.
It's fine that the points are different.
If you need to use npm in the rest of the project, which can be helpful for any project that uses front end Javascript, having one library (essentially) that uses a different mechanism is not great.
I have built many projects and while I swore at convoluted bundlers in the past, they are pretty nice these days.