Skip to content

Commit

Permalink
fix: add $evidence/themes to optimizeDeps.exclude to fix running temp…
Browse files Browse the repository at this point in the history
…late projects
  • Loading branch information
zachstence committed Oct 18, 2024
1 parent b5e2aa7 commit 7daad95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/evidence/scripts/build-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ fsExtra.outputFileSync(
])
],
exclude: ['svelte-icons', '@evidence-dev/universal-sql']
exclude: ['svelte-icons', '@evidence-dev/universal-sql', '$evidence/themes']
},
ssr: {
external: ['@evidence-dev/telemetry', 'blueimp-md5', 'nanoid', '@uwdata/mosaic-sql', '@evidence-dev/plugin-connector']
Expand Down

0 comments on commit 7daad95

Please sign in to comment.