-
Notifications
You must be signed in to change notification settings - Fork 241
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
Uncaught SyntaxError: Unexpected token export #241
Comments
Check out #220 (comment) |
I have the same error but on another position.
This are the dependecies from my package.json
|
Consolidated in #244, please come help and replay there. |
[x] bug report
[ ] feature request
[ ] question about the decisions made in the repository
The newest version with Angular2 2.0.0 final throws an error after importing
index.js:7Uncaught SyntaxError: Unexpected token export
Apparently those exports are the problem:
export { BSModalContext, BSModalContextBuilder } from './modal-context';
The text was updated successfully, but these errors were encountered: