diff options
| author | XhmikosR <[email protected]> | 2020-04-08 21:28:54 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-08 21:28:54 +0300 |
| commit | 9f6ccf9d123a35b3bc2ff48fc3312afb515b4441 (patch) | |
| tree | bbeae3139f65bf19746ec38d5e5fe662eeee3689 /package.json | |
| parent | 64050f43bc28106c697cedb4c9291ac6572b4d4e (diff) | |
| download | bootstrap-9f6ccf9d123a35b3bc2ff48fc3312afb515b4441.tar.xz bootstrap-9f6ccf9d123a35b3bc2ff48fc3312afb515b4441.zip | |
Replace bundlesize with bundlewatch. (#30538)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 9f5d8eafa..62bd3d1a1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ ], "scripts": { "start": "npm-run-all --parallel watch docs-serve", - "bundlesize": "bundlesize", + "bundlewatch": "bundlewatch --config .bundlewatch.config.json", "css": "npm-run-all css-compile css-prefix css-minify", "css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/ -o dist/css/", "css-lint": "npm-run-all --continue-on-error --parallel css-lint-*", @@ -97,7 +97,7 @@ "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-node-resolve": "^7.1.1", "autoprefixer": "^9.7.6", - "bundlesize": "^0.18.0", + "bundlewatch": "^0.2.6", "clean-css-cli": "^4.3.0", "cross-env": "^7.0.2", "eslint": "^6.8.0", |
