Nginx – External library stops working when the production angular app is built
Hello I am building an app which uses the library leaflet.heat. In order to be used it has to be imported as follows: import * as L from 'leaflet'; import 'leaflet.heat'; ... // Then it can be used: private addHeatmapToMap(heatmapData:…