5 Matching Annotations
- May 2021
-
github.com github.com
- Mar 2021
-
www.chevtek.io www.chevtek.io
-
You might get the impression after reading David's article above that this trend arose from lazy developers who "forgot how to program", but the reality is that the tiny-module ecosystem on NPM was the intention from the beginning
-
- Oct 2020
-
github.com github.com
-
Use a node-style require() to organize your browser code and load modules installed by npm.
-
- Sep 2020
-
medium.com medium.com
-
Something to be aware of when you’re using any bundler: there’s very little consistency when it comes to how modules are packaged in NPM. It’s incredibly frustrating, especially considering many of us write modules these days using ESM. Here’s some various problems that come up:
-