Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this repo still under maintenance? #187

Open
Wzb3422 opened this issue Apr 8, 2022 · 2 comments
Open

Is this repo still under maintenance? #187

Wzb3422 opened this issue Apr 8, 2022 · 2 comments

Comments

@Wzb3422
Copy link

Wzb3422 commented Apr 8, 2022

speed-measure-webpack-plugin is a Great plugin which helped me a lot. I appreciate all the effort and hard work that the author and contributors put into.❤️
However, It seems that @stephencookdev didn't contribute much code in the last year, and the plugin hasn't be updated since 28 Mar, 2021.
Is this repo still under maintenance? Or is there any plan about OSS community taking over this project?

@ShuiRuTian
Copy link

Hi guys, I am writing a successor of this plugin: https://github.com/ShuiRuTian/time-analytics-webpack-plugin.
You could have a try with it. I believe it's providing a better experience for webpack 5.

It's in an early period(the API is not frozen and maybe buggy), but it's working for me.

Any feedback is welcomed!

@DzmVasileusky
Copy link

Try my fork
npm install --save-dev git+ssh://git@github.com:DzmVasileusky/speed-measure-webpack-plugin.git

const SpeedMeasurePlugin = require("speed-measure-webpack-plugin");

const smp = new SpeedMeasurePlugin();

const webpackConfig = smp.wrap(
{
  plugins: [new MyPlugin(), new MyOtherPlugin()],
},
{
  pluginsToExclude: ['MiniCSSExtractPlugin', 'AngularWebpackPlugin']
}
);

Working with at least "webpack": "5.74.0", you just need to exclude not compatible plugins

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants