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 /bundlesize.config.json | |
| parent | 64050f43bc28106c697cedb4c9291ac6572b4d4e (diff) | |
| download | bootstrap-9f6ccf9d123a35b3bc2ff48fc3312afb515b4441.tar.xz bootstrap-9f6ccf9d123a35b3bc2ff48fc3312afb515b4441.zip | |
Replace bundlesize with bundlewatch. (#30538)
Diffstat (limited to 'bundlesize.config.json')
| -rw-r--r-- | bundlesize.config.json | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/bundlesize.config.json b/bundlesize.config.json deleted file mode 100644 index da23ad29f..000000000 --- a/bundlesize.config.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "files": [ - { - "path": "./dist/css/bootstrap-grid.css", - "maxSize": "7.1 kB" - }, - { - "path": "./dist/css/bootstrap-grid.min.css", - "maxSize": "6.4 kB" - }, - { - "path": "./dist/css/bootstrap-reboot.css", - "maxSize": "2 kB" - }, - { - "path": "./dist/css/bootstrap-reboot.min.css", - "maxSize": "2 kB" - }, - { - "path": "./dist/css/bootstrap-utilities.css", - "maxSize": "8 kB" - }, - { - "path": "./dist/css/bootstrap-utilities.min.css", - "maxSize": "7 kB" - }, - { - "path": "./dist/css/bootstrap.css", - "maxSize": "25 kB" - }, - { - "path": "./dist/css/bootstrap.min.css", - "maxSize": "23 kB" - }, - { - "path": "./dist/js/bootstrap.bundle.js", - "maxSize": "51 kB" - }, - { - "path": "./dist/js/bootstrap.bundle.min.js", - "maxSize": "23 kB" - }, - { - "path": "./dist/js/bootstrap.esm.js", - "maxSize": "28 kB" - }, - { - "path": "./dist/js/bootstrap.esm.min.js", - "maxSize": "19 kB" - }, - { - "path": "./dist/js/bootstrap.js", - "maxSize": "29 kB" - }, - { - "path": "./dist/js/bootstrap.min.js", - "maxSize": "16.5 kB" - } - ] -} |
