nonzzz/vite-bundle-analyzer

Is it possible to package the library without compressing the source code?

a145789 opened this issue · 1 comments

When the plugin reports an error, it jumps from cmd to the source code error message, a friendly context that can help developers quickly locate the problem.

image

image

When i publish this package, i wonder a minimalist package so i compress the code. According the error message. It's seems like provide an unsupported analyzerMode. By the way. If you want to debug this package. you can setup vite build --debug or set ANALYZE_DEBUG=true && vite build