Closed
Description
I'd like a straightforward set of instructions that a user can use to:
- Create
my-custom-bundle.js
based on something likelib/index-basic.js
- Run
npm run build-custom-bundle my-custom-bundle.js
and it would producemy-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 :)