diff --git a/vite.config.ts b/vite.config.ts index 9138683..91e3ebb 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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'], + }, });