I'd like a straightforward set of instructions that a user can use to: 1. Create `my-custom-bundle.js` based on something like `lib/index-basic.js` 2. Run `npm run build-custom-bundle my-custom-bundle.js` and it would produce `my-custom-bundle.min.js` or whatever This is needed so as to be able to provide clear instructions to Dash developers that want to make their own bundles :)