It doesn't copy any files #114
-
In the log it says:
So I'm like "great..... and where are they?" because I then go to the specified target directory, and they're not there. So the question becomes two-fold in my mind:
This greatly helps in setting things up, as opposed to "blindly" having to trust that the plugin and I both have the same idea of what both directories are relative to, and how they are expected to be formatted. Here's my config: viteStaticCopy({
targets: [
{
src: 'public/assets/images/*',
dest: 'assets/Platform3/images',
},
],
}), The |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
This plugin does not copy files during dev. They are served directly from dev server. |
Beta Was this translation helpful? Give feedback.
That is currently out of scope of this plugin (see #36), so you can't do it with this plugin.