Skip to content

Commit 057f3eb

Browse files
committed
fix: update tsconfig to fix re-export from leaflet-hexbin
1 parent 7f105df commit 057f3eb

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

.changeset/wet-teams-rule.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'vue-leaflet-hexbin': patch
3+
---
4+
5+
fix re-export from leaflet-hexbin

packages/vue-leaflet-hexbin/tsconfig.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,5 @@
66
],
77
"exclude": [
88
"src/**/__tests__/*"
9-
],
10-
"compilerOptions": {
11-
"paths": {
12-
"leaflet-hexbin": [
13-
"../leaflet-hexbin/src/index.ts"
14-
]
15-
}
16-
}
9+
]
1710
}

packages/vue-leaflet-hexbin/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default defineConfig({
1818
resolve: {
1919
alias: {
2020
'@': fileURLToPath(new URL('./src', import.meta.url)),
21-
'leaflet-hexbin': fileURLToPath(new URL('../leaflet-hexbin/src', import.meta.url)),
21+
// 'leaflet-hexbin': fileURLToPath(new URL('../leaflet-hexbin/src', import.meta.url)),
2222
},
2323
},
2424
build: {

0 commit comments

Comments
 (0)