You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If Vite logs any messages, it can clutter up the build output. Instead, WXT should intercept logs and wait to print them until AFTER the build has finished. It should probably include some kind of label saying which build step the message came from.
Ideally, this code should go inside the rebuild function, and print logs before printing bundle summary.
Feature Request
If Vite logs any messages, it can clutter up the build output. Instead, WXT should intercept logs and wait to print them until AFTER the build has finished. It should probably include some kind of label saying which build step the message came from.
Ideally, this code should go inside the
rebuild
function, and print logs before printing bundle summary.https://github.com/wxt-dev/wxt/blob/main/packages/wxt/src/core/utils/building/rebuild.ts
Is your feature request related to a bug?
N/A
What are the alternatives?
None
The text was updated successfully, but these errors were encountered: