UNPKG
@jspsych/new-extension
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
CLI tool to create new jsPsych extensions
@jspsych/new-extension
/
templates
/
extension-template-ts
/
rollup.config.mjs
4 lines
(2 loc)
•
109 B
JavaScript
View Raw
1
2
3
4
import
{ makeRollupConfig } from
"@jspsych/config/rollup"
;
export
default
makeRollupConfig
(
"_globalName_"
)
;