rollup-plugin-copy
rollup-plugin-copy copied to clipboard
No error if target file does not exist
E.g.
copy({
targets: [
{ dest: 'lib/', src: 'boguspath/index.html' },
],
}),
Assuming boguspath doesn't exist, I get no error (or warning) when building. This should be standard and/or at the very least an option.