Skip to content

Commit

Permalink
NONE) chore: add rollup options external (#64)
Browse files Browse the repository at this point in the history
* chore: add rollup options external

* release: upgrade cds 0.0.5

---------

Co-authored-by: dev-redo <[email protected]>
  • Loading branch information
dev-redo and dev-redo authored May 24, 2024
1 parent 7c64db1 commit ce2b280
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Corca <[email protected]>",
"description": "Corca Design System",
"private": false,
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"packageManager": "[email protected]",
"main": "dist/index.js",
Expand Down
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ export default defineConfig({
name: 'cds',
fileName: 'index',
},
rollupOptions: {
external: ['react', 'react-dom'],
},
},
plugins: [dts()],
});

0 comments on commit ce2b280

Please sign in to comment.