bundle-stats 4.22.1 → 4.22.2-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/bin/index.js +1 -0
- package/lib/index.js +7489 -11
- package/package.json +14 -12
- package/tsdown.config.mjs +18 -0
- package/lib/cli.js +0 -86
- package/lib/cli.js.map +0 -1
- package/lib/index.js.map +0 -1
- package/lib/locales.json +0 -3
- package/lib/run.js +0 -127
- package/lib/run.js.map +0 -1
package/README.md
CHANGED
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
</p>
|
|
33
33
|
|
|
34
34
|
## Table of Contents
|
|
35
|
+
|
|
35
36
|
- [Install as global dependency](#install-as-global-dependency)
|
|
36
37
|
- [Install as dev dependency](#install-as-dev-dependency)
|
|
37
38
|
- [Webpack configuration](#webpack-configuration)
|
|
@@ -101,6 +102,7 @@ npx webpack --mode production --json artifacts/webpack-stats.json
|
|
|
101
102
|
[Guide & examples: How to output webpack stats JSON file using webpack-stats-plugin](https://relative-ci.com/documentation/guides/webpack-stats/webpack-stats-plugin)
|
|
102
103
|
|
|
103
104
|
##### Learn more
|
|
105
|
+
|
|
104
106
|
- [Guide: How to configure webpack for better debugging and monitoring](https://relative-ci.com/documentation/guides/webpack-config)
|
|
105
107
|
|
|
106
108
|
### vite/rollup/rolldown stats
|
|
@@ -108,6 +110,7 @@ npx webpack --mode production --json artifacts/webpack-stats.json
|
|
|
108
110
|
[Guide & examples: How to output stats in Vite](https://relative-ci.com/documentation/guides/bundle-stats/vite)
|
|
109
111
|
|
|
110
112
|
#### Learn more
|
|
113
|
+
|
|
111
114
|
- [Guide How to configure vite for better debugging and monitoring](https://relative-ci.com/documentation/guides/vite-config)
|
|
112
115
|
|
|
113
116
|
## Usage
|
|
@@ -245,7 +248,6 @@ Standalone web application to compare Webpack/Lighthouse/Browsertime stats.
|
|
|
245
248
|
|
|
246
249
|
Github Action that generates [bundle-stats](https://github.com/relative-ci/bundle-stats) reports.
|
|
247
250
|
|
|
248
|
-
|
|
249
251
|
## Other packages
|
|
250
252
|
|
|
251
253
|
### [`bundle-stats-webpack-plugin`](https://github.com/relative-ci/bundle-stats/tree/master/packages/webpack-plugin)
|