Skip to content

Commit

Permalink
Merge pull request #193 from samply/fix/fix-build
Browse files Browse the repository at this point in the history
fix: fix build
  • Loading branch information
patrickskowronekdkfz authored Feb 4, 2025
2 parents e3984f3 + af52f75 commit efcf22d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export { default as DataPasser } from "./src/components/DataPasser.wc.svelte";
export { default as ModifiedSearchComponent } from "./src/components/informational/ModifiedSearchComponent.wc.svelte";
export { default as ErrorToasts } from "./src/components/ErrorToasts.wc.svelte";

export * from "./src/styles/index.css?inline";
export * from "./src/styles/index.css";
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineConfig({
case "es":
return `${name}.js`;
case "esm":
return `${name}.js`;
return `${name}.min.js`;
case "umd":
return `${name}.umd.js`;
default:
Expand Down

0 comments on commit efcf22d

Please sign in to comment.