makinacorpus / Leaflet.MeasureControl

Leaflet control to mesure distances on the map
https://makinacorpus.github.io/Leaflet.MeasureControl
BSD 3-Clause "New" or "Revised" License
82 stars 48 forks source link

images folder not found when using webpack #22

Open manelclos opened 6 years ago

manelclos commented 6 years ago

Using the control in VueJS:

require('../node_modules/leaflet.measurecontrol/leaflet.measurecontrol.css')
require('../node_modules/leaflet.measurecontrol/leaflet.measurecontrol.js')

Produces an error because the images folder is not found (referenced in the css file)

Temporary fix using the css in the docs folder:

require('../node_modules/leaflet.measurecontrol/docs/leaflet.measurecontrol.css')
jktu2870 commented 4 years ago

Same here. npm version doesn't contain "images" folder workaround, use github as a source for "leaflet.measurecontrol" in package.json "leaflet.measurecontrol": "git://github.com/makinacorpus/Leaflet.MeasureControl.git#master",