bcrypto icon indicating copy to clipboard operation
bcrypto copied to clipboard

fix: incompatibility with esbuild

Open Gozala opened this issue 5 years ago • 0 comments

esbuild does not handle browser mappings when .js file extension is missing (see evanw/esbuild#740) which causes problems when building js-ipfs (or other libraries that depend on this) with esbuild

Proposed change addresses the problem by adding missing file extensions.

Gozala avatar Feb 01 '21 23:02 Gozala