ragemp-typescript
ragemp-typescript copied to clipboard
HTML/CSS file issue
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
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.