@rlvt/packpack

NPM Pack that works

Usage no npm install needed!

<script type="module">
  import rlvtPackpack from 'https://cdn.skypack.dev/@rlvt/packpack';
</script>

README

Packpack

Packpack is a tool to bundle your application along side with its dependencies inside one archive. By default it will include only:

  • What is defined inside the files entry (see here for more info)
  • All of the dependencies defined inside the package.json (no devDependencies)
  • All of the dependencies defined inside each bundleDependenciesOf entries

License

Apache-2.0