Skip to content

Commit

Permalink
chore: add dedupes for linking to ugrc packages
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Nov 20, 2024
1 parent 2c36254 commit 5ac19c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ export default defineConfig({
},
},
],
resolve: {
dedupe: ['@arcgis/core', 'firebase'],
},
});

0 comments on commit 5ac19c4

Please sign in to comment.