webcrypto-local icon indicating copy to clipboard operation
webcrypto-local copied to clipboard

build(client): generate a UMD bundle

Open lpinca opened this issue 4 years ago • 6 comments

First commit

build(client): generate a UMD bundle
    
A UMD bundle can be used as a regular CommonJS module by bundlers and
included in other bundles.

Second commit

build(client): drop the .mjs extension
    
The .mjs extension is misleading as the generated bundle is not an
ECMAScript module and prevents bundlers from working properly.

lpinca avatar Jun 19 '20 19:06 lpinca