pushkin-consortium / pushkin

A customizable, scalable ecosystem for massive online psychological experiments
https://pushkin-consortium.github.io/pushkin/
MIT License
24 stars 11 forks source link

Suggestion: Use webpack to load YAML files and avoid browser-based `fs` #218

Open jodeleeuw opened 1 year ago

jodeleeuw commented 1 year ago

Adding something like this webpack plugin should allow you to use direct import config from './config.yaml' statements. This will be faster and easier to maintain.