Skip to content

Commit

Permalink
chore: ignore public project on build
Browse files Browse the repository at this point in the history
  • Loading branch information
nuria-fl committed Jun 12, 2023
1 parent 234e9a3 commit 94a9987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@codelytv/react-carousel",
"author": "codelytv",
"license": "MIT",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"files": [
"dist"
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import cssInjectedByJsPlugin from "vite-plugin-css-injected-by-js";
import dts from "vite-plugin-dts";

export default defineConfig({
publicDir: false,
plugins: [react(), dts(), cssInjectedByJsPlugin()],
build: {
lib: {
Expand Down

1 comment on commit 94a9987

@vercel
Copy link

@vercel vercel bot commented on 94a9987 Jun 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.