Skip to content

Commit

Permalink
fix: transpiling ol files
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Behairi committed Dec 6, 2023
1 parent 7e09318 commit e06c3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit e06c3f6

Please sign in to comment.