makebrainwaves / BrainWaves

An easy-to-use platform for EEG experimentation in the classroom
MIT License
60 stars 26 forks source link

Update babel to v8; simplify babel and eslint configs #128

Closed jdpigeon closed 4 years ago

jdpigeon commented 4 years ago

While I was working on getting pyodide setup I ran into some issues that seemed to be due to outdated babel configs. In order to clear the way, I just decided to bite the bullet and finally upgrade our babel and webpack dependencies.

The process seems to have sped up builds, reduced node module size, and got eslint working again (it kept crashing on me before).