Open
Description
Even though I'm using the release files there seems to be a "forgotten" (?) webpack-dev server config active:
Comes from this passage. I could only get rid of by patching it:
diff --git a/node_modules/leaflet-distortableimage/dist/leaflet.distortableimage.js b/node_modules/leaflet-distortableimage/dist/leaflet.distortableimage.js
index 4f030b1..24ee13b 100644
--- a/node_modules/leaflet-distortableimage/dist/leaflet.distortableimage.js
+++ b/node_modules/leaflet-distortableimage/dist/leaflet.distortableimage.js
@@ -4616,12 +4616,12 @@ AbstractXHRObject.prototype._start = function(method, url, payload, opts) {
}
};
- try {
- self.xhr.send(payload);
- } catch (e) {
- self.emit('finish', 0, '');
- self._cleanup(false);
- }
+ // try {
+ // self.xhr.send(payload);
+ // } catch (e) {
+ // self.emit('finish', 0, '');
+ // self._cleanup(false);
+ // }
};
Metadata
Metadata
Assignees
Labels
No labels