Skip to content

Commit

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

0 comments on commit 82fc29b

Please sign in to comment.