20. Practical implementation of Webpack Bundle Analyzer & Source Map Explorer in Angular App

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ธ.ค. 2024

ความคิดเห็น • 10

  • @mdineshkumarcs
    @mdineshkumarcs ปีที่แล้ว

    Good one

  • @shravan_731_
    @shravan_731_ ปีที่แล้ว

    Thanks for the video it really helped 👍🏼

  • @mohammedfahimullah4999
    @mohammedfahimullah4999 2 ปีที่แล้ว

    Nice Video.

  • @SunilM15
    @SunilM15 3 หลายเดือนก่อน

    Angular 18 build system is enhanced to use VITE. Webpack is no more used and hence you are seeing that error. You have to use other ways for analysis.

  • @sirishakuruva2194
    @sirishakuruva2194 ปีที่แล้ว

    Hi, I interviewed by you.

  • @pravavdakila6165
    @pravavdakila6165 9 หลายเดือนก่อน

    how to bundle the angular 8 application using webpack additionally? your response is appreciated.

  • @avinashsharma5942
    @avinashsharma5942 5 หลายเดือนก่อน

    I am right now working with angular 18 and I am trying to implement webpack bundle analyser but I am getting issue when I try to analyse stats.json. It says can't analyse webpack bundle:
    type error: cannot read properties of undefined reading filter.
    Also in case of source map explorer can we apply it for configuration=development ?

    • @SunilM15
      @SunilM15 3 หลายเดือนก่อน

      angula18 uses VITE instead of webpack to build. Hence you are getting that error. You to lookout other ways for analysis.

  • @Bernard-wv7sr
    @Bernard-wv7sr ปีที่แล้ว

    and how we can reduced size of vendor.js?

    • @sanketthakre7375
      @sanketthakre7375 11 หลายเดือนก่อน

      I guess reducing code lines of the vendor.js inside files will ultimately reduce the vendor.js file size.