Skip to main content

Posts

Showing posts with the label Writing Cross Environment NPM Package for Both Browser and Node

Writing Cross Environment NPM Package for Both Browser and Node

Many node modules have to support Cross Environment Javascript namely in  Node.js  and browser. UMD was a good wrapper around checking the environment and then writing our module’s logic, but it has its caveats. Namely, we’d have to write too much if the else

Follow Us