Skip to content

Commit

Permalink
Merge pull request #37 from askorama/feature/fix-noexternal
Browse files Browse the repository at this point in the history
Fix: revert change to tsup and readd noexternal
  • Loading branch information
g-francesca authored Sep 11, 2024
2 parents e2d217f + 41de8a6 commit a7b1c96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui-stencil-react/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ export default defineConfig((options): Options => {
outDir: "dist",
external: ["react", "react-dom"],
injectStyle: true,
noExternal: ["@orama/wc-components"],
};
});

0 comments on commit a7b1c96

Please sign in to comment.