1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

bundlewatch init

This commit is contained in:
codecalm
2021-10-27 21:40:16 +02:00
parent 6e5c4021c6
commit 994908c2ff
2 changed files with 13 additions and 3 deletions

View File

@@ -8,6 +8,14 @@
"path": "./dist/css/tabler.min.css",
"maxSize": "45 kB"
},
{
"path": "./dist/css/tabler.rtl.css",
"maxSize": "55 kB"
},
{
"path": "./dist/css/tabler.rtl.min.css",
"maxSize": "45 kB"
},
{
"path": "./dist/css/tabler-flags.css",
"maxSize": "2 kB"
@@ -26,11 +34,11 @@
},
{
"path": "./dist/js/tabler.js",
"maxSize": "2 kB"
"maxSize": "100 kB"
},
{
"path": "./dist/js/tabler.min.js",
"maxSize": "1.5 kB"
"maxSize": "50 kB"
}
]
}

View File

@@ -10,7 +10,8 @@
"unused-files": "node build/unused-files.js",
"release": "release-it",
"svg-icons": "gulp svg-icons",
"percy": "gulp build && npx percy snapshot demo"
"percy": "gulp build && npx percy snapshot demo",
"bundlewatch": "bundlewatch --config .bundlewatch.config.json"
},
"repository": {
"type": "git",
@@ -59,6 +60,7 @@
"@rollup/stream": "^2.0.0",
"autoprefixer": "^10.3.7",
"browser-sync": "^2.27.5",
"bundlewatch": "^0.3.2",
"critical": "^4.0.1",
"cross-spawn": "^7.0.3",
"gulp": "^4.0.2",