Skip to content

Commit

Permalink
remove flowbite/plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
SutuSebastian committed Oct 15, 2024
1 parent c7ce9e5 commit a0766af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import packageJson from "./package.json";
const componentEntries = await Array.fromAsync(new Glob("src/components/**/index.ts").scan());
const entries = ["src/index.ts", "src/tailwind/index.ts", ...componentEntries];
const external = [
"flowbite/plugin",
"react/jsx-runtime",
"tailwindcss/plugin",
new RegExp("react-icons/*"),
Expand Down

0 comments on commit a0766af

Please sign in to comment.