Hi everyone, I'm having trouble importing VoicePlayer into my project. Anyone know what the problem is? This is the error I get.
I'm trying to get this to work in a project made with create-react-app
error repro: https://github.com/tjiang11/react-bug-repro
./~/react-voice-components/lib/VoicePlayer.js
Module parse failed: /home/tjiang11/Documents/Projects/lingua/node_modules/react-voice-components/lib/VoicePlayer.js Unexpected token (19:15)
You may need an appropriate loader to handle this file type.
| }
|
| createSpeech = () => {
| const defaults = {
| text: '',
Hi everyone, I'm having trouble importing VoicePlayer into my project. Anyone know what the problem is? This is the error I get.
I'm trying to get this to work in a project made with create-react-app
error repro: https://github.com/tjiang11/react-bug-repro