react-wavesurfer icon indicating copy to clipboard operation
react-wavesurfer copied to clipboard

Module Parse Failed: Timeline plugin

Open barbaragomes opened this issue 8 years ago • 0 comments

Hey there,

I'm having trouble loading the plugins.

I get the following:

Module parse failed: Unexpected token (29:6)
You may need an appropriate loader to handle this file type.
|   render() {
|     return (
|       <div
| 	ref={c => {
|           this.timelineEl = c;

Any idea on how to fix it?

barbaragomes avatar Feb 01 '18 01:02 barbaragomes