-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
191 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# plugin-webpack-filter | ||
|
||
Webpack filter plugin for [bundle-stats](https://github.com/relative-ci/bundle-stats#README) | ||
|
||
## Related projects | ||
|
||
### :cyclone: [relative-ci.com](https://relative-ci.com?utm_medium=bundle-stats) | ||
|
||
#### In-depth webpack bundle analysis and monitoring | ||
|
||
RelativeCI automates webpack bundle analysis, monitoring, and alerting so you can identify and fix bundle regressions before shipping to production: | ||
|
||
- :crystal_ball: Analyze webpack bundle stats on every build | ||
- :chart_with_upwards_trend: Monitor webpack bundle stats changes and identify tendencies over extended periods | ||
- :bell: Get notified via GitHub Checks, GitHub Pull Request comments, and Slack notifications | ||
- :hammer: Support for all major CI services (CircleCI, GitHub Actions, Gitlab CI, Jenkins, Travis CI) | ||
- :two_hearts: Always free for Open Source | ||
|
||
[Try for free](https://relative-ci.com?utm_medium=bundle-stats) | ||
|
||
### :first_quarter_moon: [relative-ci/compare](https://compare.relative-ci.com) | ||
|
||
Standalone web application to compare Webpack/Lighthouse/Browsertime stats. | ||
|
||
[Compare bundle stats](https://compare.relative-ci.com) | ||
|
||
### :zap: [bundle-stats-action](https://github.com/vio/bundle-stats-action) | ||
|
||
Github Action that generates [bundle-stats](https://github.com/relative-ci/bundle-stats) reports. | ||
|
||
## Packages | ||
|
||
### [`bundle-stats`](https://github.com/relative-ci/bundle-stats/tree/master/packages/cli) | ||
|
||
[![npm](https://img.shields.io/npm/v/bundle-stats)](https://www.npmjs.com/package/bundle-stats) [![npm](https://img.shields.io/npm/dm/bundle-stats)](https://www.npmjs.com/package/bundle-stats) | ||
|
||
CLI to generate bundle stats report. | ||
|
||
### [`bundle-stats-webpack-plugin`](https://github.com/relative-ci/bundle-stats/tree/master/packages/webpack-plugin) | ||
|
||
[![npm](https://img.shields.io/npm/v/bundle-stats-webpack-plugin)](https://www.npmjs.com/package/bundle-stats-webpack-plugin) [![npm](https://img.shields.io/npm/dm/bundle-stats-webpack-plugin)](https://www.npmjs.com/package/bundle-stats-webpack-plugin) | ||
|
||
Webpack plugin to generate bundle stats report. | ||
|
||
### [`gatsby-plugin-bundle-stats`](https://github.com/relative-ci/bundle-stats/tree/master/packages/gatsby-plugin) | ||
|
||
[![npm](https://img.shields.io/npm/v/gatsby-plugin-bundle-stats)](https://www.npmjs.com/package/gatsby-plugin-bundle-stats) [![npm](https://img.shields.io/npm/dm/gatsby-plugin-bundle-stats)](https://www.npmjs.com/package/gatsby-plugin-bundle-stats) | ||
|
||
[Gatsby](https://www.gatsbyjs.org) plugin for [bundle-stats](https://github.com/relative-ci/bundle-stats/tree/master/packages/webpack-plugin). | ||
|
||
### [`next-plugin-bundle-stats`](https://github.com/relative-ci/bundle-stats/tree/master/packages/next-plugin) | ||
|
||
[![npm](https://img.shields.io/npm/v/next-plugin-bundle-stats)](https://www.npmjs.com/package/next-plugin-bundle-stats) [![npm](https://img.shields.io/npm/dm/next-plugin-bundle-stats)](https://www.npmjs.com/package/next-plugin-bundle-stats) | ||
|
||
[Next.js](https://nextjs.org) plugin for [bundle-stats](https://github.com/relative-ci/bundle-stats/tree/master/packages/webpack-plugin). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# plugin-webpack-validate | ||
|
||
Webpack validator plugin for [bundle-stats](https://github.com/relative-ci/bundle-stats#README) | ||
|
||
## Related projects | ||
|
||
### :cyclone: [relative-ci.com](https://relative-ci.com?utm_medium=bundle-stats) | ||
|
||
#### In-depth webpack bundle analysis and monitoring | ||
|
||
RelativeCI automates webpack bundle analysis, monitoring, and alerting so you can identify and fix bundle regressions before shipping to production: | ||
|
||
- :crystal_ball: Analyze webpack bundle stats on every build | ||
- :chart_with_upwards_trend: Monitor webpack bundle stats changes and identify tendencies over extended periods | ||
- :bell: Get notified via GitHub Checks, GitHub Pull Request comments, and Slack notifications | ||
- :hammer: Support for all major CI services (CircleCI, GitHub Actions, Gitlab CI, Jenkins, Travis CI) | ||
- :two_hearts: Always free for Open Source | ||
|
||
[Try for free](https://relative-ci.com?utm_medium=bundle-stats) | ||
|
||
### :first_quarter_moon: [relative-ci/compare](https://compare.relative-ci.com) | ||
|
||
Standalone web application to compare Webpack/Lighthouse/Browsertime stats. | ||
|
||
[Compare bundle stats](https://compare.relative-ci.com) | ||
|
||
### :zap: [bundle-stats-action](https://github.com/vio/bundle-stats-action) | ||
|
||
Github Action that generates [bundle-stats](https://github.com/relative-ci/bundle-stats) reports. | ||
|
||
## Packages | ||
|
||
### [`bundle-stats`](https://github.com/relative-ci/bundle-stats/tree/master/packages/cli) | ||
|
||
[![npm](https://img.shields.io/npm/v/bundle-stats)](https://www.npmjs.com/package/bundle-stats) [![npm](https://img.shields.io/npm/dm/bundle-stats)](https://www.npmjs.com/package/bundle-stats) | ||
|
||
CLI to generate bundle stats report. | ||
|
||
### [`bundle-stats-webpack-plugin`](https://github.com/relative-ci/bundle-stats/tree/master/packages/webpack-plugin) | ||
|
||
[![npm](https://img.shields.io/npm/v/bundle-stats-webpack-plugin)](https://www.npmjs.com/package/bundle-stats-webpack-plugin) [![npm](https://img.shields.io/npm/dm/bundle-stats-webpack-plugin)](https://www.npmjs.com/package/bundle-stats-webpack-plugin) | ||
|
||
Webpack plugin to generate bundle stats report. | ||
|
||
### [`gatsby-plugin-bundle-stats`](https://github.com/relative-ci/bundle-stats/tree/master/packages/gatsby-plugin) | ||
|
||
[![npm](https://img.shields.io/npm/v/gatsby-plugin-bundle-stats)](https://www.npmjs.com/package/gatsby-plugin-bundle-stats) [![npm](https://img.shields.io/npm/dm/gatsby-plugin-bundle-stats)](https://www.npmjs.com/package/gatsby-plugin-bundle-stats) | ||
|
||
[Gatsby](https://www.gatsbyjs.org) plugin for [bundle-stats](https://github.com/relative-ci/bundle-stats/tree/master/packages/webpack-plugin). | ||
|
||
### [`next-plugin-bundle-stats`](https://github.com/relative-ci/bundle-stats/tree/master/packages/next-plugin) | ||
|
||
[![npm](https://img.shields.io/npm/v/next-plugin-bundle-stats)](https://www.npmjs.com/package/next-plugin-bundle-stats) [![npm](https://img.shields.io/npm/dm/next-plugin-bundle-stats)](https://www.npmjs.com/package/next-plugin-bundle-stats) | ||
|
||
[Next.js](https://nextjs.org) plugin for [bundle-stats](https://github.com/relative-ci/bundle-stats/tree/master/packages/webpack-plugin). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters