Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into prod
  • Loading branch information
masoudmanson committed Oct 30, 2024
2 parents 42e3994 + 3dcb219 commit 19d0316
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ const config = [
banner: "\"use client\";",
file: pkg.main,
format: "cjs",
interop: "auto"
},
{
// Ensures "use client" is added at the top of each output file.
banner: "\"use client\";",
file: pkg.module,
format: "esm",
interop: "auto"
},
],
plugins: [
Expand Down
2 changes: 2 additions & 0 deletions packages/data-viz/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ const config = [
banner: "\"use client\";",
file: pkg.main,
format: "cjs",
interop: "auto"
},
{
// Ensures "use client" is added at the top of each output file.
banner: "\"use client\";",
file: pkg.module,
format: "esm",
interop: "auto"
},
],
plugins: [
Expand Down

0 comments on commit 19d0316

Please sign in to comment.