From e06c3f65a7928861d6e7c237e857211bd95c5b5e Mon Sep 17 00:00:00 2001 From: A-Behairi Date: Wed, 6 Dec 2023 09:29:56 +0100 Subject: [PATCH] fix: transpiling ol files --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index 51431234..73d3ff7a 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -163,7 +163,7 @@ export default { }, }), ], - transpile: ["@eox/itemfilter", "@eox/map", "ol"], + transpile: ["@eox/itemfilter", "@eox/map", "color-parse", "ol/renderer/webgl/PointsLayer", "ol/structs/LRUCache", "ol/style/Style", "ol/geom/LineString", "ol/format/Feature", "ol/expr/gpu","ol/style/RegularShape" ], }, auth: {