We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef70a2 commit 098d419Copy full SHA for 098d419
src/plugins/maps_legacy/public/leaflet.js
@@ -21,7 +21,7 @@ export let L;
21
22
if (!window.hasOwnProperty('L')) {
23
require('leaflet/dist/leaflet.css');
24
- window.L = module.exports = require('leaflet/dist/leaflet.js');
+ window.L = require('leaflet/dist/leaflet.js');
25
window.L.Browser.touch = false;
26
window.L.Browser.pointer = false;
27
0 commit comments