Skip to content

Commit

Permalink
Fix bundling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelien-brabant committed Oct 10, 2023
1 parent dceaab5 commit c11ab96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ export default defineConfig({
include: ["src/**/*.{test,spec}.{js,ts}"]
},
ssr: {
noExternal: ["svelte-hero-icons"]
noExternal: ["svelte-hero-icons", "marked"]
},
server: {}
server: {},

});

0 comments on commit c11ab96

Please sign in to comment.