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 e048f8b commit 27de0e1Copy full SHA for 27de0e1
vite.config.ts
@@ -5,4 +5,8 @@ import loadVersion from 'vite-plugin-package-version';
5
// https://vitejs.dev/config/
6
export default defineConfig({
7
plugins: [react(), loadVersion()],
8
+ resolve: {
9
+ // this is only applicable when npm-linking the utah-design-package
10
+ dedupe: ['firebase', '@arcgis/core'],
11
+ },
12
});
0 commit comments