qrac / minista

Static site generator with 100% static export from React and Vite.
https://minista.qranoko.jp
165 stars 13 forks source link

本番ビルドのログにファイルサイズを追加 #95

Closed qrac closed 1 year ago

qrac commented 1 year ago

本番ビルドはViteのデフォルトだとHTMLの階層がおかしかったり不要なバンドルファイルが表示されるため使えない。ただ、Viteのデフォルトログにあるファイルサイズ表示は踏襲したい。Gzip表示も可能だけど見づらくなったので保留。

vite v3.1.7 building for production...
✓ 12 modules transformed.
BUILD playground/core-assets/dist/assets/script-entry.js 0.08 KiB
BUILD playground/core-assets/dist/about.html 0.30 KiB
BUILD playground/core-assets/dist/index.html 0.46 KiB
BUILD playground/core-assets/dist/assets/bundle.css 0.01 KiB
BUILD playground/core-assets/dist/assets/style-entry.css 0.01 KiB
BUILD playground/core-assets/dist/assets/images/image.png 427.80 KiB