-
Notifications
You must be signed in to change notification settings - Fork 10
Can't compile JSX #10
Copy link
Copy link
Open
Description
Aborted due to warnings.
Running "shell:es6To5" (shell) task
Warning: Command failed: /bin/sh -c babel ./assets/app/components/es6 --out-dir ./assets/app/build/
SyntaxError: assets/app/components/es6/hello.jsx: Unexpected token (3:11)
1 | class HelloMessage extends React.Component {
2 | render() {
> 3 | return <div>Hello {this.props.name}</div>;
| ^
4 | }
5 | }
6 |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels