You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current refactoring ideas for plugin visualizer are as follows
Since v2 has modified the architecture of the entire node layer, the visualizer plugin needs to be readapted, such as adapting in the hook direction such as server (koa to http + connect).
The current positioning of visualizer is to make a product similar to rsdoctor, and we will actively respond to these functions in the future.
I have read that vite-bundle-analyzer is very practical. The v2 version is a major version refactoring of farm. We expect to release it in the first quarter of 2025. v2 roadmap If you are willing to integrate its functions into js-plugin-visualize, it will be very exciting. Welcome to pr.
Tip:
Farm will gradually become incompatible with vite in v2. Since farm cannot guarantee that all attributes of vite can be proxied normally, this will increase maintenance costs. We expect that v3 will completely remove compatibility with vite and develop the farm rust plugin ecosystem.
I know, just checked the roadmap in a moment. AFAIK rsdoctor is a complex tool. about sdk,graph and etc it also provide a classical graph based on the webpack-bundle-analyzer. (Only use webpack-bundle-analyzer viewer). In my current architecture, I'm allowed similar things to be done and provide a data convert tool. Maybe i have time to check the node server at first then care of other works.
Remodify the
visualizer plugin
introduced based on the new devserver based on thev2-dev
branchThe text was updated successfully, but these errors were encountered: