We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't know if you intend to support these but it would be nice if you did as it would remove the need to use babel and I can use this plugin directly.
Currently if I use: import React from "react";
import React from "react";
I get:
Error: Parse Error: Line 1: Illegal import declaration
The text was updated successfully, but these errors were encountered:
Hi, just saw your message - somehow I don't get emails for new tickets…
The only thing I can think of is to add an option to run the react-tools with the harmony option. But I don't know if this would solve your problem.
harmony
Sorry, something went wrong.
No branches or pull requests
Don't know if you intend to support these but it would be nice if you did as it would remove the need to use babel and I can use this plugin directly.
Currently if I use:
import React from "react";
I get:
Error: Parse Error: Line 1: Illegal import declaration
The text was updated successfully, but these errors were encountered: