Skip to content

Commit

Permalink
Merge pull request #16 from RodrigoHamuy/fix-maplibre-build
Browse files Browse the repository at this point in the history
fix maplibre build
  • Loading branch information
RodrigoHamuy authored Jul 1, 2023
2 parents e7e10f1 + 71d6439 commit 7779b96
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/wet-gifts-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-three-map": patch
---

Fix maplibre build
6 changes: 3 additions & 3 deletions maplibre/package.json
Original file line number Diff line number Diff line change
@@ -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",
"sideEffects": false
}

0 comments on commit 7779b96

Please sign in to comment.