-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
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
SyntaxError: Unexpected token export #65
Comments
This is because this plugin does not support es6? |
Seem's like you've not installed the Install / add this package and try again :) |
I have already loaded the plugin, but it is still suggesting that this error. |
Just as a workaround, you could try to change |
i have recently resolved a similar issue. Please take a look of my solution here |
configure:
plugins: [
["babel-plugin-root-import", {
"rootPathPrefix": "~",
"rootPathSuffix": "../src"
}]
]
code:
base.js
controller/index.js
error message:
The text was updated successfully, but these errors were encountered: