Open codecraf8 opened 8 years ago
ERROR in ./client/index.js Module build failed: SyntaxError: Unexpected token (10:2) 8 | 9 | render( > 10 | <Root store={store} />, | ^ 11 | document.getElementById('root') 12 | ); 13 |
It seems that there is an issue with babel (not an expert), did you try some solutions on this thread, this one especially: http://stackoverflow.com/a/34558820/1503521