Relative Content

Tag Archive for javascriptnode.jsnpmd3.jses6-modules

Is there a way to support ESM and node/NPM without an import map?

I’m working on a library that I publish as ESM. A primary goal is to allow it to be used without a build step, or even without using node/npm at all (just clone the repo and import). But I also realize most devs will want to use npm and consume the library that way.