Clarification of usage behaviour #29
-
I am using electron-vite package boilerplate and I need to find a way to add python as child process. There is an issue in getting some files copied over to the "dist" folder and in [PR#225] (electron-vite/electron-vite-vue#255), this plugin is recommended. How do I make sure a |
Beta Was this translation helpful? Give feedback.
Answered by
sapphi-red
Sep 18, 2022
Replies: 1 comment 3 replies
-
This plugin does not copy files during dev. If you want to do that, you should use |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
hafiidz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This plugin does not copy files during dev.
https://github.com/sapphi-red/vite-plugin-static-copy#differences-with-rollup-plugin-copy
If you want to do that, you should use
rollup-plugin-copy
.