-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add overwrite
option
#54
Conversation
Thanks for the PR! |
ok, I will handle this |
I have added the test cases and change the server side logic to make sure that the overwrite config have consistent in vite server and build process @sapphi-red |
overwrite
option
Thank you! I fixed one bug and refactored a bit. Also I merged |
@jaluik I have released this as v0.15.0! |
Hello, thanks for your great jobs!
In my case I need copy something and not to overwrite it. So I hope this vite plugin can expose fs-extra copy options to users. Thanks .
The
fs-extra
copy docs is here