Skip to content

Commit

Permalink
chore: make linking with @ugrc packages easier
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Nov 29, 2024
1 parent f7c69bd commit 00f3b6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ export default defineConfig({
test: {
environment: 'jsdom',
},
resolve: {
// this is only applicable when npm-linking the utah-design-package
dedupe: ['firebase', '@arcgis/core'],
},
});

0 comments on commit 00f3b6a

Please sign in to comment.