11ty / eleventy-plugin-directory-output

Group and sort Eleventy’s verbose output by directory (and show file size with benchmarks)
MIT License
20 stars 1 forks source link

2.0.0-canary.16 doesn't report time, only size #5

Open pdehaan opened 2 years ago

pdehaan commented 2 years ago

v1.0.2

npm run build

> 11ty-data-yaml-test@1.0.0 build
> eleventy

↘ www/                    --                         --       --
  → liquid/index.html     src/liquid.liquid       0.2kB    5.0ms
  → nunjucks/index.html   src/nunjucks.njk        0.2kB    3.8ms
  • index.html            src/index.liquid      154.2kB   10.1ms
[11ty] Benchmark      9ms  11%     1× (Configuration) "inspect" Liquid Filter
[11ty] Wrote 3 files in 0.06 seconds (v1.0.2)

v2.0.0-canary.16

npm i @11ty/eleventy@canary -D

added 27 packages, removed 142 packages, changed 12 packages, and audited 212 packages in 2s

37 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
npm run build

> 11ty-data-yaml-test@1.0.0 build
> eleventy

↘ www/                    --                         -- --
  → liquid/index.html     src/liquid.liquid       0.2kB --
  → nunjucks/index.html   src/nunjucks.njk        0.2kB --
  • index.html            src/index.liquid      146.6kB --
[11ty] Benchmark      7ms  11%     1× (Configuration) "inspect" Liquid Filter
[11ty] Wrote 3 files in 0.05 seconds (v2.0.0-canary.16)
TigersWay commented 2 years ago

+1

nathan-bottomley commented 1 year ago

I'm actually having the same problem on the release version of 2.0.0.

proweb commented 1 year ago

+1