Skip to content

Commit 69fafb4

Browse files
committedApr 7, 2021
chore: log runtime build file size
1 parent e2fc84c commit 69fafb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎scripts/build.js

+1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ function checkAllSizes(targets) {
169169
function checkSize(target) {
170170
const pkgDir = path.resolve(`packages/${target}`)
171171
checkFileSize(`${pkgDir}/dist/${target}.global.prod.js`)
172+
checkFileSize(`${pkgDir}/dist/${target}.runtime.global.prod.js`)
172173
}
173174

174175
function checkFileSize(filePath) {

0 commit comments

Comments
 (0)