Skip to content

Commit

Permalink
testing tailwind export without copy
Browse files Browse the repository at this point in the history
  • Loading branch information
dvzrd committed Feb 2, 2024
1 parent 430e85a commit a468d7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chad-ui",
"version": "1.0.2",
"version": "1.0.3",
"description": "A React UI component library bundled with Rollup.js to commonJs, ES6 Modules, Storybook, Tailwind CSS, and Shadcn UI.",
"author": "Damir Vazgird",
"license": "MIT",
Expand Down
5 changes: 1 addition & 4 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ export default [
minimize: true,
}),
copy({
targets: [
{ src: './tailwind.config.js', dest: 'dist' },
{ src: './src/styles', dest: 'dist' },
],
targets: [{ src: './src/styles', dest: 'dist' }],
}),
external({ includeDependencies: true }),
resolve(),
Expand Down

0 comments on commit a468d7f

Please sign in to comment.