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

Unable To load aurelia-table #70

Open
tristan625 opened this issue Dec 30, 2018 · 0 comments
Open

Unable To load aurelia-table #70

tristan625 opened this issue Dec 30, 2018 · 0 comments

Comments

@tristan625
Copy link

HI There,
I am unable to load my app/aurelia-table after bundling aurelia-table.
I am using the aurelia-cli in my app and installed & configured the aurelia-table in both main.js and aurelia.json as detailed at https://tochoromero.github.io/aurelia-table/ but when I build my app and run it in the browser i get the error SyntaxError: expected expression, got '<' aurelia-table.js:1.
what I noticed is that aurelia-table.js is being requested separately by the browser , so I see a call in the network tab like this http://localhost:9000/src/aurelia-table.js why is this required when the aurelia-table is bundled in the vendor-bundle file produced by aurelia-cli, and AFAIK since there is no aurelia-table.js at the URL above the call fails and thus the page does not load.
How do i resolve this?
au/aurelia version :- 0.34.0

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

No branches or pull requests

1 participant