I\'m creating a leaflet map inside an Angular-cli project. Map tiles are stored locally in the \'assets\' folder because it\'s a raster map. The problem is when I\'ve many z
Add this line to package.json file.
package.json
"build": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build --prod"