Files
remark42/frontend/.size-limit.js
T
Pavel MineevandUmputun 30f3ffe517 Reduce size of last-comments widget
* use one api method insted full api file
* remove debug for preact
* use smaller constans file
* move unique constants
2020-03-07 03:59:03 -06:00

23 lines
330 B
JavaScript

module.exports = [
{
path: 'public/embed.js',
limit: '2.55 KB',
},
{
limit: '83 KB',
path: 'public/remark.js',
},
{
limit: '43 KB',
path: 'public/last-comments.js',
},
{
path: 'public/deleteme.js',
limit: '18 KB',
},
{
path: 'public/counter.js',
limit: '1.05 KB',
},
];