Skip to content
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 #62

Open
zivbrachia opened this issue Oct 2, 2018 · 2 comments
Open

SyntaxError: Unexpected token export #62

zivbrachia opened this issue Oct 2, 2018 · 2 comments

Comments

@zivbrachia
Copy link

C:\myApp\node_modules\ngx-store\ngx-store.js:4
zone-node.js:2280
export * from './public_api';
^^^^^^

SyntaxError: Unexpected token export - How can I handle this error

@DanielKucal
Copy link
Member

Do you use webpack? if your project uses the newest Angular version you can try different build (UMD / esm5 / esm2015) available on ngx-store v2.1+. If it doesn't work, take a look at this post and please let me know if it helped you: sebholstein/angular-google-maps#1052 (comment)

@Chandu-Bantupalli
Copy link

Same issue as above.

I am trying to implement server side rendering through angular universal into my project. I am using webpack also. Couldn't find the above link helpful.(sebholstein/angular-google-maps#1052 (comment))

Please help me out.
Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants