Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
benelan committed Nov 22, 2024
1 parent d0efc2a commit fe19336
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/calcite-components/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ import tailwindConfig from "./tailwind.config";
const nonEsmDependencies = ["color", "interactjs"];

export default defineConfig({
ssr: {
noExternal: nonEsmDependencies,
},

plugins: [
useLumina({
build: {
Expand Down

0 comments on commit fe19336

Please sign in to comment.