Skip to content

Commit

Permalink
fix: rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrokohler committed Dec 16, 2024
1 parent 4d9bfc1 commit f54bbb8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/adapters/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ const pkg = JSON.parse(readFileSync("package.json", { encoding: "utf8" }));
export default [
// ESM configuration
{
external: ["dcmjs", "gl-matrix", "ndarray", "@cornerstonejs/tools"],
external: [
"dcmjs",
"gl-matrix",
"ndarray",
"@cornerstonejs/tools",
"@cornerstonejs/core",
"@kitware/vtk.js"
],
input: pkg.src || "src/index.ts",
output: [
{
Expand Down

0 comments on commit f54bbb8

Please sign in to comment.