makebrainwaves / BrainWaves

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

Fix build issues (by copying from boilerplate configs) #130

Closed jdpigeon closed 4 years ago

jdpigeon commented 4 years ago

This PR updates the webpack config to be identical to the original electron-react-boilerplate. This is almost enough to get the app building again. Stuck at a Module not found: Error: Can't resolve 'react-dom' issue for now.

Next step will be to go through the config and take out superfluous stuff not relevant for this project.