Closed evilchis94 closed 10 months ago
Hey @sapphi-red, thanks for this amazing vite-plugin.
I need to use the plugin only for serve mode. I've already tried the following with no luck
plugins: [ { ...viteStaticCopy({ targets: [ { src: __dirname + '/../httpdocs/css', dest: 'css' } ] }), apply: 'serve' }, vue(), ],
Do you know how I can achieve this? Thanks!
Hey @sapphi-red, thanks for this amazing vite-plugin.
I need to use the plugin only for serve mode. I've already tried the following with no luck
plugins: [ { ...viteStaticCopy({ targets: [ { src: __dirname + '/../httpdocs/css', dest: 'css' } ] }), apply: 'serve' }, vue(), ],
Do you know how I can achieve this? Thanks!