Skip to content

Commit

Permalink
Merge pull request #7251 from PrefectHQ/vite-dedupe
Browse files Browse the repository at this point in the history
UI: Add `resolve.dedupe` settings for vite
  • Loading branch information
pleek91 authored Oct 19, 2022
2 parents 1d266a1 + e678d2e commit 5fef509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orion-ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default defineConfig({
base: process.env.ORION_UI_SERVE_BASE ?? '',
resolve: {
alias: [{ find: '@', replacement: resolve(__dirname, './src') }],
dedupe: ['vue'],
},
css: {
devSourcemap: true,
Expand Down

0 comments on commit 5fef509

Please # to comment.