Usage with Vite library mode #136
Unanswered
segevfiner
asked this question in
Q&A
Replies: 1 comment
-
Hi. sorry for long response. Try add emitFile option, it will output file to output of vite. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using the plugin like this will result in a single
stats.html
for the last bundle generated, how can we make the plugin create a separatestats-[whatever].html
for each format of the bundle?Beta Was this translation helpful? Give feedback.
All reactions