We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e10f1 commit 71d6439Copy full SHA for 71d6439
.changeset/wet-gifts-pull.md
@@ -0,0 +1,5 @@
1
+---
2
+"react-three-map": patch
3
4
+
5
+Fix maplibre build
maplibre/package.json
@@ -1,7 +1,7 @@
{
"internal": true,
- "main": "dist/maplibre/cjs/main.js",
- "module": "dist/maplibre/es/main.js",
- "types": "src/main-maplibre.ts",
+ "main": "../dist/maplibre/cjs/main.js",
+ "module": "../dist/maplibre/es/main.js",
+ "types": "../src/main-maplibre.ts",
6
"sideEffects": false
7
}
0 commit comments