🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@rsdoctor/rspack-plugin

Package Overview
Dependencies
Maintainers
2
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rsdoctor/rspack-plugin

This Rsdoctor plugin is an analysis plugin for the Rspack builder.

Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
236K
-13.7%
Maintainers
2
Weekly downloads
 
Created
Source

Rsdoctor plugin

This Rsdoctor plugin is an analysis plugin for the Rspack builder.

features

  • Rsdoctor is a one-stop tool for diagnosing and analyzing the build process and build artifacts.
  • Rsdoctor is a tool that supports Webpack and Rspack build analysis.
  • Rsdoctor is an analysis tool that can display the time-consuming and behavioral details of the compilation.
  • Rsdoctor is a tool that provides bundle Diff and other anti-degradation capabilities simultaneously.

Note

This plugin is used by the Rspack repo to open Rsdoctor, Quik Start.

Initialize the RsdoctorRspackPlugin in the plugins of rspack.config.js:

const { RsdoctorRspackPlugin } = require('@rsdoctor/rspack-plugin');

module.exports = {
  // ...
  plugins: [
    // Only register the plugin when RSDOCTOR is true, as the plugin will increase the build time.
    process.env.RSDOCTOR &&
      new RsdoctorRspackPlugin({
        // plugin options
      }),
  ].filter(Boolean),
};

Documentation

https://rsdoctor.dev/

Contributing

Please read the Contributing Guide.

License

Rsdoctor is MIT licensed.

FAQs

Package last updated on 02 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts