Angular - Performance Optimization
After running
ng build --stats-json, you cannot find the stats.json file. What is the most probable reason?ng build --stats-json, you cannot find the stats.json file. What is the most probable reason?stats.json file is generated inside the build output folder, which can be customized via --output-path.dist/ folder but in the specified directory.stats.json in the configured output folder [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions