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 ?
Good one
Thanks for the video it really helped 👍🏼
Nice Video.
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.
Hi, I interviewed by you.
how to bundle the angular 8 application using webpack additionally? your response is appreciated.
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 ?
angula18 uses VITE instead of webpack to build. Hence you are getting that error. You to lookout other ways for analysis.
and how we can reduced size of vendor.js?
I guess reducing code lines of the vendor.js inside files will ultimately reduce the vendor.js file size.