Raw File
integration-payloads.json
{
  "cli-hello-world": {
    "master": {
      "uncompressed": {
        "runtime-es2015": 1170,
        "main-es2015": 138189,
        "polyfills-es2015": 36964
      }
    }
  },
  "cli-hello-world-ivy-minimal": {
    "master": {
      "uncompressed": {
        "runtime-es2015": 1190,
        "main-es2015": 17597,
        "polyfills-es2015": 36709
      }
    }
  },
  "cli-hello-world-ivy-compat": {
    "master": {
      "uncompressed": {
        "runtime-es2015": 1190,
        "main-es2015": 144579,
        "polyfills-es2015": 36964
      }
    }
  },
  "cli-hello-world-ivy-i18n": {
    "master": {
      "uncompressed": {
        "runtime-es2015": 1190,
        "main-es2015": 136546,
        "polyfills-es2015": 37641
      }
    }
  },
  "cli-hello-world-lazy": {
    "master": {
      "uncompressed": {
        "runtime-es2015": 3354,
        "main-es2015": 295076,
        "polyfills-es2015": 36975,
        "src_app_lazy_lazy_module_ts-es2015": 825
      }
    }
  },
  "forms": {
    "master": {
      "uncompressed": {
        "runtime-es2015": 1150,
        "main-es2015": 162346,
        "polyfills-es2015": 36975
      }
    }
  },
  "hello_world__closure": {
    "master": {
      "uncompressed": {
        "bundle": "TODO(i): temporarily increase the payload size limit from 105779 - this is due to a closure issue related to ESM reexports that still needs to be investigated",
        "bundle": "TODO(i): we should define ngDevMode to false in Closure, but --define only works in the global scope.",
        "bundle": "TODO(i): (FW-2164) TS 3.9 new class shape seems to have broken Closure in big ways. The size went from 169991 to 252338",
        "bundle": "TODO(i): after removal of tsickle from ngc-wrapped / ng_package, we had to switch to SIMPLE optimizations which increased the size from 252338 to 1198917, see PR#37221 and PR#37317 for more info",
        "bundle": 1214857
      }
    }
  }
}
back to top