* use one api method insted full api file * remove debug for preact * use smaller constans file * move unique constants
23 lines
330 B
JavaScript
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',
|
|
},
|
|
];
|