diff --git a/vite.config.ts b/vite.config.ts index 42c2eb38..a042e2d8 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -66,6 +66,8 @@ export default defineConfig((config) => ({ '@luma.gl/constants': 'LumaGlConstants', '@luma.gl/core': 'LumaGlCore', '@svgdotjs/svg.js': 'SvgJs', + '@mapbox/mapbox-gl-draw': 'MapboxGlDraw', + '@turf/boolean-point-in-polygon': 'BooleanPointInPolygon', }, }, },