Skip to content

Commit

Permalink
build: bundle dnd-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Jan 24, 2025
1 parent 486a863 commit a70dfa2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions packages/tsup-config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,7 @@ const config: Options = {
dts: true,
format: ["cjs", "esm"],
inject: ["../tsup-config/react-import.js"],
external: [
"react",
"react-dom",
"@measured/puck",
"@dnd-kit/react",
"@dnd-kit/dom",
"@dnd-kit/abstract",
"@dnd-kit/state",
"@dnd-kit/geometry",
"@dnd-kit/utilities",
],
external: ["react", "react-dom", "@measured/puck"],
esbuildPlugins: [
{
name: "css-module",
Expand Down

0 comments on commit a70dfa2

Please sign in to comment.