Skip to content

Commit 71d6439

Browse files
committed
fix maplibre build
1 parent e7e10f1 commit 71d6439

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.changeset/wet-gifts-pull.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"react-three-map": patch
3+
---
4+
5+
Fix maplibre build

maplibre/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"internal": true,
3-
"main": "dist/maplibre/cjs/main.js",
4-
"module": "dist/maplibre/es/main.js",
5-
"types": "src/main-maplibre.ts",
3+
"main": "../dist/maplibre/cjs/main.js",
4+
"module": "../dist/maplibre/es/main.js",
5+
"types": "../src/main-maplibre.ts",
66
"sideEffects": false
77
}

0 commit comments

Comments
 (0)