Replies: 2 comments 1 reply
-
I don't know about how vite plugins work with nuxt. But I guess you need to use this plugin when building the SSR bundle. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@gregg-cbs Have you found a solution? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a nuxt3 project and I want to copy a static file into the
.output/server/
folder.It seems the copy plugin runs before the build is complete:
Here is a video the plugin copying the file (orders.json) and then it gets removed as the build progresses:
vite-plugin-copy.mp4
Is there any way around this?
Beta Was this translation helpful? Give feedback.
All reactions