Skip to content

Commit c04c411

Browse files
committed
Remove esm5 directories from binary size reports
1 parent f94c9e6 commit c04c411

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/size_report/report_binary_size.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,9 @@ async function collectBinarySize(pkg: string): Promise<Report[]> {
118118
'main',
119119
'module',
120120
'browser',
121-
'esm5',
122121
'react-native',
123122
'cordova',
124123
'lite',
125-
'lite-esm5'
126124
];
127125
const json = require(pkg);
128126
for (const field of fields) {

0 commit comments

Comments
 (0)