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

How to use with uglify or other minifier? #45

Open
verlok opened this issue Feb 20, 2019 · 1 comment
Open

How to use with uglify or other minifier? #45

verlok opened this issue Feb 20, 2019 · 1 comment

Comments

@verlok
Copy link

verlok commented Feb 20, 2019

Hey,
this is a fantastic starter kit for building a lib.

What if I want to serve the cjs, umd, and esm version both unminified and minified? For example:

  • mylib.cjs.js
  • mylib.cjs.min.js
  • mylib.esm.js
  • mylib.esm.min.js
  • mylib.umd.js
  • mylib.umd.min.js

How do I obtain this?

Thanks

@tomByrer
Copy link

Minifing would be great to add to this demo!

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