I am learning React js+ Redux, I create a todo app which is followed:
http://redux.js.org/docs/basics/ExampleTodoList.html page's instruction.
After I run webpack, getting error:
ERROR in ./jsx/reducers/todos.jsx Module build failed: SyntaxError: Unexpected token (15:8)
Can anyone help me?