Closed kstiehl closed 4 years ago
opts does not contain the dest property. So we could either use options.dest or just dest since it is in the scope anyways.
opts
dest
options.dest
Just noticed that it is probably there to support older rollup versions
opts
does not contain thedest
property. So we could either useoptions.dest
or justdest
since it is in the scope anyways.