rollup-plugin-copy icon indicating copy to clipboard operation
rollup-plugin-copy copied to clipboard

No error if target file does not exist

Open fgblomqvist opened this issue 3 years ago • 0 comments

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.

fgblomqvist avatar Sep 23 '21 10:09 fgblomqvist