Base solution for your next web application
Open Closed

AOT Compiler issue #11439


User avatar
0
demo.solaru created

Version: ASPNetZero V7.0, angular 8

I'm facing a performance issue with the application. The bundle size is huge. Vendor,js is 13MB So to reduce the size I enabled AOT in the application. I'm facing the following issue. Does anyone face this kind of issue earlier? I would like to know what's the root cause. The issue does not exist when trying to build normally.


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @demo.solaru

    • Could you share how did you enable AOT in your app ?
    • Could you also share how do you build your app ?

    We will try to reproduce this problem on our side and fix it.

    Thanks,

  • User Avatar
    0
    demo.solaru created

    @ismcagdas

    • To enable AOT; I have made the following changes in the angular.json file.

    • ng build --prod command is used to build the app.
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @demo.solaru

    We couldn't reproduce this problem on a not modified project. Is it possible to share your Angular project via email with [email protected] ?

    Thanks,