Skip to content

Commit

Permalink
webpack: Add legacy a4maps endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
rmader committed Jul 16, 2019
1 parent 7b8abe7 commit e611649
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,18 @@ module.exports = {
'leaflet.markercluster',
'leaflet.markercluster/dist/MarkerCluster.css'
],
'a4maps/map_choose_point.js': [
'./euth/maps/static/js/custom/map_choose_point.js'
],
'a4maps/map_choose_polygon.js': [
'./euth/maps/static/js/custom/map_choose_polygon.js'
],
'a4maps/map_display_point.js': [
'./euth/maps/static/js/custom/map_display_point.js'
],
'a4maps/map_display_points.js': [
'./euth/maps/static/js/custom/map_display_points.js'
],
a4maps_display_point: [
'leaflet/dist/leaflet.css',
'mapbox-gl/dist/mapbox-gl.css',
Expand Down

0 comments on commit e611649

Please sign in to comment.