I tried changing rollup.config.js
to say
output: {...config.client.output(), dir: __dirname}
It put some stuff in __dirname
, some stuff in ./__sapper__
, then it threw errors and died. Setting the build --output
flag only sets the intermediate file output directory. Do I just have to let it output to the default folder then copy it post build?