Skip to content

Commit

Permalink
demos: add vite config for development test
Browse files Browse the repository at this point in the history
  • Loading branch information
Priestch committed Dec 8, 2023
1 parent b246939 commit 7dfc311
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions demos/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ export default defineConfig(({ command, mode, ssrBuild }) => {
],
}),
],
// Used in dev mode
// optimizeDeps: {
// include: ["@document-kits/viewer"],
// },
resolve: {
alias: [
{
Expand Down

0 comments on commit 7dfc311

Please sign in to comment.