Skip to content

Commit

Permalink
chore: remove deduplication and external configuration for @arcgis/co…
Browse files Browse the repository at this point in the history
…re in vite config
  • Loading branch information
stdavis committed Dec 17, 2024
1 parent 5d06c45 commit f5954e0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,4 @@ import loadVersion from 'vite-plugin-package-version';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), loadVersion()],
resolve: {
// this is only applicable when npm-linking the utah-design-package
dedupe: ['firebase', '@arcgis/core'],
},
build: {
rollupOptions: {
external: [/@arcgis\/core\/.*/],
},
},
});

0 comments on commit f5954e0

Please sign in to comment.