diff --git a/babel.config.js b/babel.config.js index 98814cd..5819293 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,5 +1,5 @@ module.exports = { presets: [['@babel/preset-env', {}]], sourceType: 'script', - exclude: [/node_modules\/(?!overpass-layer\/).*/], + exclude: [/node_modules\/(?!overpass-layer|leaflet.locatecontrol\/).*/], };