nikita15p opened a new pull request, #3909: URL: https://github.com/apache/ambari/pull/3909
## What changes were proposed in this pull request? These changes will fix build errors ## How was this patch tested? ` npm run build > [email protected] build > tsc && vite build vite v5.4.11 building for production... ✓ 507 modules transformed. dist/index.html 1.81 kB │ gzip: 0.97 kB dist/assets/Roboto-Regular-webfont-BWo7ClO9.eot 79.55 kB dist/assets/Roboto-Regular-webfont-Dc7h4Llc.woff 105.70 kB dist/assets/Roboto-Regular-webfont-qXVU3Q4d.ttf 234.46 kB dist/assets/Roboto-Regular-webfont-DiteI0Dm.svg 596.29 kB │ gzip: 87.82 kB dist/assets/index-DvyTjIRj.css 284.29 kB │ gzip: 40.25 kB dist/assets/index-HwIybQBj.js 623.56 kB │ gzip: 206.66 kB (!) Some chunks are larger than 500 kB after minification. Consider: - Using dynamic import() to code-split the application - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit. ✓ built in 9.95s ` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
