vite-plugin-progress
vite-plugin-progress copied to clipboard
Add a `verbose` option to show normal output along with progress bar
Same issue. Please also keep Vite's Original messages, at the end of build finish. Those messages and warnings keep vital information about build info and problems.
确实,需要保留Vite原始输出,其中chunk大小和有些警告(比如chunk大于500kb的警告)还是很重要的
Indeed, the original Vite output needs to be preserved, where the chunk size and some warnings (e.g. warnings for chunks larger than 500kb) are still important
Sound Good!
PR welcome.