Closed erhathaway closed 5 years ago
When using rollup with output.dir it gives a path error that might throw off some people if they don't feel like looking into the cause. This makes it more clear that you need to set output.file instead of output.dir for this to work..
output.dir
output.file
When using rollup with
output.dir
it gives a path error that might throw off some people if they don't feel like looking into the cause. This makes it more clear that you need to setoutput.file
instead ofoutput.dir
for this to work..