web-infra-dev / rsdoctor

A one-stop build analyzer for Rspack and Webpack.
https://rsdoctor.dev/
MIT License
331 stars 20 forks source link

fix: remove use of rspack compiler.compilation api #337

Closed 9aoy closed 1 month ago

9aoy commented 1 month ago

Summary

The compiler.compilation api will be removed in Rspack v0.7. And we can get stats from the compiler.hooks.done callback parameter, not from the compiler.compilation api.

https://www.rspack.dev/api/plugin-api/compiler-hooks#done

Related Links

https://github.com/web-infra-dev/rspack/pull/6448

netlify[bot] commented 1 month ago

Deploy Preview for rsdoctor ready!

Name Link
Latest commit 297ce7ac1a6f6586638b297c9290db45494b3f95
Latest deploy log https://app.netlify.com/sites/rsdoctor/deploys/6645ad866ff14b00084f4498
Deploy Preview https://deploy-preview-337--rsdoctor.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.