PeculiarVentures / PKI.js

PKI.js is a pure JavaScript library implementing the formats that are used in PKI applications (signing, encryption, certificate requests, OCSP and TSP requests/responses). It is built on WebCrypto (Web Cryptography API) and requires no plug-ins.
http://pkijs.org
Other
1.3k stars 204 forks source link

Non modules builds for new versions #357

Open Ottunger opened 2 years ago

Ottunger commented 2 years ago

Hello guys,

Is there still a way to have non module builds of pvtsutils / asn1js / pkijs with v3? Have to support old browsers that do not understand modules ...

If you create such a build, let me know if you upload it to a CDN!

Thanks,

microshine commented 2 years ago

I don't like the idea of creating non module builds, because we don't know env requirements, and it would be better if developer compiles the application by himself. It must allow using tree-shaking and minify the final JS file.

Too many questions.