mirror of
https://github.com/tradingview/lightweight-charts.git
synced 2024-11-25 16:50:59 +08:00
25 lines
453 B
JavaScript
25 lines
453 B
JavaScript
// eslint-env node
|
|
|
|
module.exports = [
|
|
{
|
|
name: 'CJS',
|
|
path: 'dist/lightweight-charts.production.cjs',
|
|
limit: '49.29 KB',
|
|
},
|
|
{
|
|
name: 'ESM',
|
|
path: 'dist/lightweight-charts.production.mjs',
|
|
limit: '49.22 KB',
|
|
},
|
|
{
|
|
name: 'Standalone-ESM',
|
|
path: 'dist/lightweight-charts.standalone.production.mjs',
|
|
limit: '50.94 KB',
|
|
},
|
|
{
|
|
name: 'Standalone',
|
|
path: 'dist/lightweight-charts.standalone.production.js',
|
|
limit: '50.98 KB',
|
|
},
|
|
];
|