Skip to content

Instantly share code, notes, and snippets.

@nicholaswmin
Created November 19, 2024 22:38
Show Gist options
  • Save nicholaswmin/a306fbe16ce310e079bda1817d2b0cc0 to your computer and use it in GitHub Desktop.
Save nicholaswmin/a306fbe16ce310e079bda1817d2b0cc0 to your computer and use it in GitHub Desktop.
bundle, minify, gzip and print total bytes
{
"scripts": {
"size": "rm -rf .tmp/ && npx ncc build index.js -o .tmp -m -q && gzip .tmp/index.js && wc -c < .tmp/index.js.gz | xargs",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment