Skip to content

Commit

Permalink
Add vite config preserveSymlinks: true
Browse files Browse the repository at this point in the history
  • Loading branch information
fongsean committed May 20, 2024
1 parent 302cc05 commit c5cfb69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/smart-forms-app/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export default defineConfig({
commonjsOptions: {
include: [/node_modules/, '@aehrc/sdc-assemble', '@aehrc/sdc-populate']
}
}
// resolve: { preserveSymlinks: true }
},
resolve: { preserveSymlinks: true }
});

0 comments on commit c5cfb69

Please sign in to comment.