diff options
| author | XhmikosR <[email protected]> | 2019-07-09 17:18:14 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-07-09 17:18:14 +0300 |
| commit | c7a847b6a13a27a4e8ebbdca2ee94068c6ef7fdb (patch) | |
| tree | 98017bff3103816905b7383e4e7be2a29e889cbf /bundlesize.config.json | |
| parent | 53a3d449fde0a06a47ccc553dcac5a5a51b6af26 (diff) | |
| download | bootstrap-c7a847b6a13a27a4e8ebbdca2ee94068c6ef7fdb.tar.xz bootstrap-c7a847b6a13a27a4e8ebbdca2ee94068c6ef7fdb.zip | |
Move bundlesize config to a separate file. (#29002)
Diffstat (limited to 'bundlesize.config.json')
| -rw-r--r-- | bundlesize.config.json | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/bundlesize.config.json b/bundlesize.config.json new file mode 100644 index 000000000..33ef147c9 --- /dev/null +++ b/bundlesize.config.json @@ -0,0 +1,52 @@ +{ + "files": [ + { + "path": "./dist/css/bootstrap-grid.css", + "maxSize": "8 kB" + }, + { + "path": "./dist/css/bootstrap-grid.min.css", + "maxSize": "7.2 kB" + }, + { + "path": "./dist/css/bootstrap-reboot.css", + "maxSize": "2 kB" + }, + { + "path": "./dist/css/bootstrap-reboot.min.css", + "maxSize": "2 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": "24 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": "17.5 kB" + } + ] +} |
