You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: