0.2.4 • Published 6 days ago

@rsdoctor/webpack-plugin v0.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 days ago

Rsdoctor plugin

This Rsdoctor plugin is an analysis plugin for the Webpack 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 Webpack repo to open Rsdoctor, Quik Start.

Initialize the RsdoctorWebpackPlugin plugin in the plugins section of the webpack.config.js file, as shown below:

const { RsdoctorWebpackPlugin } = require('@rsdoctor/webpack-plugin');

module.exports = {
  // ...
  plugins: [
    process.env.RSDOCTOR &&
      new RsdoctorWebpackPlugin({
        // options
      }),
  ].filter(Boolean),
};

Documentation

https://rsdoctor.dev/

Contributing

Please read the Contributing Guide.

License

Rsdoctor is MIT licensed.

0.2.4

6 days ago

0.2.3

9 days ago

0.2.3-beta.0

27 days ago

0.2.1-beta.0

29 days ago

0.2.1

29 days ago

0.2.2

29 days ago

0.2.0

30 days ago

0.1.10

1 month ago

0.1.9

2 months ago

0.1.9-beta.1

2 months ago

0.1.9-beta.0

2 months ago

0.1.8

2 months ago

0.1.7

2 months ago

0.1.6-beta.0

2 months ago

0.1.6-beta.1

2 months ago

0.1.6

2 months ago

0.1.5

2 months ago

0.1.4

3 months ago

0.1.3

3 months ago

0.1.2

3 months ago

0.1.1

4 months ago

0.1.0

4 months ago

0.1.0-beta

4 months ago

0.0.2-beta.2

4 months ago

0.0.2-beta.1

5 months ago

0.0.2-beta.0

5 months ago