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

Integrate minification utils for publishing browser libs via npm #34

Open
abose opened this issue Feb 6, 2022 · 0 comments
Open

Integrate minification utils for publishing browser libs via npm #34

abose opened this issue Feb 6, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@abose
Copy link
Member

abose commented Feb 6, 2022

  • Should support es6 modules
  • We could use uglify-js.
  • Avoid using babel if possible.
  • https://unpkg.com/ can then be sued for distribution

sample but not working

package.json scripts:

"minify": "uglifyjs src/*.js -o dist/core-analytics.min.js -c -m --source-map \"root='../',url='foo.min.js.map'\"",
"release": "npm run build && mkdir dist && npm run minify"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant