leonardssh / ragemp-typescript

A Typescript Boilerplate for RAGE:MP with simple setup and usage.
https://rage.mp
MIT License
44 stars 11 forks source link

HTML/CSS file issue #4

Open CaptainCrasi opened 1 year ago

CaptainCrasi commented 1 year ago

How do I get rollup to also move my html/css/vue files from /src to /dist. By default it’s only moving the compiled js files

cibucristi commented 1 year ago

You can create an folder inside dist/client_packages (e.g "CEF") where you store all your HTML CSS and edit the rollup config build output for your desire so that when you build the files don't delete. image