Skip to content

Commit

Permalink
vite unplugin update
Browse files Browse the repository at this point in the history
  • Loading branch information
BryonLewis committed Jun 4, 2024
1 parent 654ef07 commit 5d75b7b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ export default defineConfig(({ mode }) => {
// Vuetify
VuetifyResolver(),
],
// Don't exclude girder web components
exclude: [
/[\\/]node_modules[\\/](?!(@girder[\\/]components[\\/]|\.pnpm[\\/]@girder.*))/,
/[\\/]\.git[\\/]/,
/[\\/]\.nuxt[\\/]/,
],
}),
// createHtmlPlugin({
// inject: {
Expand Down

0 comments on commit 5d75b7b

Please sign in to comment.