Releases: DataDog/build-plugins
Releases · DataDog/build-plugins
v0.4.2
Features
- Add
chunkNames
to the dependency reports.
v0.4.1
Features
- Add size data to dependency reports.
Fixes
- Make the license plugin support more Clipanion versions
v0.4.0
Adding a way to test on both webpack 4 and 5.
Adding more tags to metrics to track each metrics from its entry point.
v0.3.6
v0.3.5
Try again to release automatically on NPM's registry.
v0.3.4
Fixing webpack 5
More fixes for webpack 5:
Fix renderer.
Rendere was broken by previous release.
This release fixes it.
Webpack 5 support
Now supports webpack 5 and won't crash if you use it in a webpack 5 project.
It won't be as effective with plugin as it is in webpack 4 for now, but we will work on it to make it more effective in the future.
Add default filters.
This release will add new default filters in order to reduce noise in the submitted metrics.
filterTreeMetrics
: remove dependency tree based metrics, because they are very noisy.filterSourcemapsAndNodeModules
: remove metrics for sourcemaps and node modules.filterMetricsOnThresholds
: filter metrics based on their values.