KusStar / vite-bundle-visualizer

CLI for visualizing your vite project bundle.
MIT License
296 stars 7 forks source link

fix bug: --open false not working #7

Closed rkuhlf closed 1 year ago

rkuhlf commented 1 year ago

When you pass --open false with an html output, the file is opened anyways. It is updated to only open if the --open flag is set to true and the output is a .html file.

KusStar commented 1 year ago

Thanks for PR! Release in v0.8.1.