Skip to content

Commit 2c9374d

Browse files
committed
build: remove size check for runtime.global files
1 parent 4227831 commit 2c9374d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/build.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ function checkAllSizes(targets) {
147147
function checkSize(target) {
148148
const pkgDir = path.resolve(`packages/${target}`)
149149
checkFileSize(`${pkgDir}/dist/${target}.global.prod.js`)
150-
checkFileSize(`${pkgDir}/dist/${target}.runtime.global.prod.js`)
151150
}
152151

153152
function checkFileSize(filePath) {

0 commit comments

Comments
 (0)