Skip to content

Commit

Permalink
Fix makeNodeRollupConfig() erroneously including browser builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoluc committed Sep 5, 2023
1 parent 8f0075b commit 535e5d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/blue-donuts-relate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@jspsych/config": patch
---

Remove erroneous browser builds from the rollup configuration returned by `makeNodeRollupConfig()`
2 changes: 1 addition & 1 deletion packages/config/rollup.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,5 @@ export const makeCoreRollupConfig = () =>
export const makeNodeRollupConfig = () =>
makeConfig({
globalOptions: { external: ["jspsych"] },
nodeOnly: true,
isNodeOnlyBuild: true,
});

0 comments on commit 535e5d9

Please sign in to comment.