@theholocron/bundlewatch-config
v3.5.1
Published
A Bundlewatch configuration for monitoring the file size of libraries in the Galaxy.
Downloads
2
Readme
Bundlewatch Config
A bundlewatch configuration for monitoring file size for libraries.
Installation
npm install --save-dev @theholocron/bundlewatch-config
Usage
In your project package.json
add the following:
{
"scripts": {
"audit:bundle": "bundlewatch --config ./node_modules/@theholocron/bundlewatch-config/index.js",
"audit": "run-p audit:*"
}
}
Note: run-p
uses npm-run-all
package to run tasks concurrently, but you could also use concurrently
.