Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non modules builds for new versions #357

Open
Ottunger opened this issue Jun 24, 2022 · 1 comment
Open

Non modules builds for new versions #357

Ottunger opened this issue Jun 24, 2022 · 1 comment
Assignees

Comments

@Ottunger
Copy link

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
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants