You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, after adding vue3-openlayers as a plugin to a clean Nuxt project, the client bundle shows a large file (vue3-openlayers.es.js) of over 1MB. The same issue occurs when performing selected imports, like import { Map, Layers, Sources } from "vue3-openlayers (975 KB).
Is it possible to reduce the size of the bundled package? 🤔
├── ol-contextmenu@5.5.0
├── ol-ext@4.0.23
├── ol@10.1.0
├── vue@3.4.38 invalid: "latest" from the root project
└── vue3-openlayers@11.1.0
Hey, would like to contribute and refactor it? I think it would be acceptable if a Breaking Change is introduced. The best in my opinion would be to allow to import / load components individually and therefore expose them.
Hi, after adding vue3-openlayers as a plugin to a clean Nuxt project, the client bundle shows a large file (vue3-openlayers.es.js) of over 1MB. The same issue occurs when performing selected imports, like
import { Map, Layers, Sources } from "vue3-openlayers
(975 KB).Is it possible to reduce the size of the bundled package? 🤔
To Reproduce
Steps to reproduce the behavior:
Reproduction repo
Run
npx nuxi analyze
Screenshots
The text was updated successfully, but these errors were encountered: