We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78266df commit ac39fb2Copy full SHA for ac39fb2
vite.config.ts
@@ -1,9 +1,9 @@
1
+import vue from "@vitejs/plugin-vue";
2
/// <reference types="vite/client" />
3
/// <reference types="vitest" />
4
import { fileURLToPath, URL } from "url";
5
import { defineConfig } from "vite";
6
import dts from "vite-plugin-dts";
-import vue from "@vitejs/plugin-vue";
7
8
export default defineConfig({
9
plugins: [
@@ -83,6 +83,7 @@ export default defineConfig({
83
"ol/source/ImageStatic": "Static",
84
"ol/proj": "proj",
85
"ol/source/ImageWMS": "ImageWMS",
86
+ "ol/source/GeoTIFF": "GeoTIFF",
87
"ol/source/OSM": "OSM",
88
"ol/source/StadiaMaps": "StadiaMaps",
89
"ol/source/TileDebug": "TileDebug",
@@ -96,6 +97,7 @@ export default defineConfig({
96
97
"ol/source/VectorTile": "VectorSourceTile",
98
"ol/source/XYZ": "XYZ",
99
"ol/control": "control",
100
+ "ol/control/OverviewMap": "OverviewMap",
101
"ol-ext/control/Button": "Button",
102
"ol-contextmenu": "ContextMenu",
103
"ol-ext/control/Bar": "Bar",
0 commit comments