mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00

* Convert jsPsych and plugins to ES6 modules * Create packages for each plugin, the core library, and config files * Setup rollup, jest, and babel configurations * Update jsPsych to load plugin objects directly from the `type` field * Update tests to use the ES6 modules
4 lines
134 B
JavaScript
4 lines
134 B
JavaScript
import { makeRollupConfigForPlugin } from "@jspsych/config/rollup.mjs";
|
|
|
|
export default makeRollupConfigForPlugin("jsPsychFreeSort");
|