mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
Fix makeNodeRollupConfig()
erroneously including browser builds
This commit is contained in:
parent
8f0075b8a1
commit
535e5d903c
5
.changeset/blue-donuts-relate.md
Normal file
5
.changeset/blue-donuts-relate.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@jspsych/config": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Remove erroneous browser builds from the rollup configuration returned by `makeNodeRollupConfig()`
|
@ -148,5 +148,5 @@ export const makeCoreRollupConfig = () =>
|
|||||||
export const makeNodeRollupConfig = () =>
|
export const makeNodeRollupConfig = () =>
|
||||||
makeConfig({
|
makeConfig({
|
||||||
globalOptions: { external: ["jspsych"] },
|
globalOptions: { external: ["jspsych"] },
|
||||||
nodeOnly: true,
|
isNodeOnlyBuild: true,
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user