Skip to content

Commit

Permalink
Reverse commit for vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
fongsean committed Feb 19, 2024
1 parent 2de64fd commit e3f4fcd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions apps/smart-forms-app/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ import svgr from 'vite-plugin-svgr';
export default defineConfig({
plugins: [react(), svgr()],
optimizeDeps: {
include: ['@aehrc/sdc-assemble']
include: ['@aehrc/sdc-assemble', '@aehrc/sdc-populate']
},
build: {
commonjsOptions: {
include: [/node_modules/, '@aehrc/sdc-assemble']
include: [/node_modules/, '@aehrc/sdc-assemble', '@aehrc/sdc-populate']
}
}

// resolve: { preserveSymlinks: true }
},
resolve: { preserveSymlinks: true }
});

0 comments on commit e3f4fcd

Please sign in to comment.