-
If I had a way to import modules natively in the browser (without transpile process), my entire dev workflow would be 100% tool-less.
-
A lot of the time, I'll skip the require altogether and slap values in the global space, but this latest project doesn't allow for it.