We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我们可以使用 Speed Measure Plugin 来对打包过程中消耗的时间进行精确的统计,如图所示: 使用方式如下:
npm install speed-measure-webpack-plugin --save-dev const SpeedMeasurePlugin = require("speed-measure-webpack-plugin"); const smp = new SpeedMeasurePlugin(); const webpackConfig = smp.wrap({ plugins: [ new MyPlugin(), new MyOtherPlugin() ] });
The text was updated successfully, but these errors were encountered:
No branches or pull requests
webpack慢在哪里
我们可以使用 Speed Measure Plugin 来对打包过程中消耗的时间进行精确的统计,如图所示:
使用方式如下:
The text was updated successfully, but these errors were encountered: