imgui-js icon indicating copy to clipboard operation
imgui-js copied to clipboard

generate dist version files

Open h3r opened this issue 4 years ago • 1 comments

As title says, how can I generate/compile the dist version of the files?

h3r avatar Jan 27 '21 23:01 h3r

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.

sh54 avatar Jan 28 '21 17:01 sh54