We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4227831 commit 2c9374dCopy full SHA for 2c9374d
scripts/build.js
@@ -147,7 +147,6 @@ function checkAllSizes(targets) {
147
function checkSize(target) {
148
const pkgDir = path.resolve(`packages/${target}`)
149
checkFileSize(`${pkgDir}/dist/${target}.global.prod.js`)
150
- checkFileSize(`${pkgDir}/dist/${target}.runtime.global.prod.js`)
151
}
152
153
function checkFileSize(filePath) {
0 commit comments