Open CaptainCrasi opened 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
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.
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