imgui-js
imgui-js copied to clipboard
generate dist version files
As title says, how can I generate/compile the dist version of the files?
npm run dist
You can see that it calls rollup -c by finding its reference in package.json. Then you can see that rollup.config.js holds all the config for generating everything in the dist directory.