Hi
How can I verify that Ionic Build – prod has improved my App, as the generated www folder seems to have the same file size?
Hi
How can I verify that Ionic Build – prod has improved my App, as the generated www folder seems to have the same file size?
Tools like Webpack Bundle Analyzer can help visualize the size of your output files and highlight any unused code that was removed during the build process.
Also use Google Chrome’s Lighthouse tool to audit your app’s performance. Run audits on both the development and production builds to compare metrics like load time, interactivity, and overall performance.
So the Webpack is installed part of your App?