mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
fix vite error when pre-bundling docs package (#14214)
This commit is contained in:
@@ -118,6 +118,9 @@ export default defineConfig({
|
||||
},
|
||||
}),
|
||||
],
|
||||
optimizeDeps: {
|
||||
exclude: ['@directus/docs'],
|
||||
},
|
||||
resolve: {
|
||||
alias: [
|
||||
{ find: '@', replacement: path.resolve(__dirname, 'src') },
|
||||
|
||||
Reference in New Issue
Block a user