orbitdb-archive / orbit-db-identity-provider

Default identity provider for OrbitDB
MIT License
31 stars 17 forks source link

Fix dist build #95

Closed haadcode closed 1 year ago

haadcode commented 1 year ago

This PR fixes the distributable build in dist/.

The PR updates webpack config to webpack5 format and renames the output file from index-browser.min.js to orbit-db-identity-provider.min.js.

The PR also updates package.json to latest mocha and mocha-headless-chrome to be able to run the browser tests and includes couple of clean ups.