PKI.js
PKI.js copied to clipboard
Non modules builds for new versions
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,
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.
- Should the build include runtime libraries?
- Should bundle include dependencies?
- Does browser support Promise?
- Does browser support ES6?
- ...
Too many questions.