diff --git a/src/index.js b/src/index.js index b579ed1a..10b2e961 100644 --- a/src/index.js +++ b/src/index.js @@ -488,7 +488,8 @@ function ncc ( existingAssetNames, quiet, debugLog, - transpileOnly, + // don't re-run type checking on a sub-build, as it is a waste of CPU + transpileOnly: true, license, target });