You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.
[01:09:47] Starting 'jspm'...
Building the bundle tree for src/index.js...
err Error on translate for test/index.js at file:///test/src/index.js
SyntaxError: file:///test/src/index.js: Unexpected token (6:11)
4 | var HelloMessage = React.createClass({
5 | render: function() {
> 6 | return <div>Hello {this.props.name}</div>;
| ^
7 | }
8 | });
because jsx-file is not transpiled by babel. I can use "gulp-babel" and transpile it, then it works. But "jspm with plugin-babel" should do this also. What is wrong?
The text was updated successfully, but these errors were encountered:
I am using System.js, JSPM, React.
I imported all plugins, however, react-files (jsx) does not transpile. I have this in jspm.config.js (jspm-version: 0.17.0-beta.47):
when runing jspm build, I get this error:
because jsx-file is not transpiled by babel. I can use "gulp-babel" and transpile it, then it works. But "jspm with plugin-babel" should do this also. What is wrong?
The text was updated successfully, but these errors were encountered: