Where is vendor.css supposed to come from?
bherila opened this issue · 3 comments
bherila commented
There is a call to resolve a file called vendor.css but it is not clear where this file is supposed to come from. Should this be generated in webpack somehow?
const styles = this.resolve(['vendor.css', 'app.css']);
Thanks,
Ben
TriStarGod commented
I also searched for the vendor.css. Maybe it doesn't include it if its not resolved?
bherila commented
That's right, it doesn't include it because it's not resolved. My question is, how should it be generated (i.e. from the vendor folder somehow)?
ufukomer commented
@bherila Try to uncomment this: https://github.com/barbar/vortigern/blob/develop/src/vendor/main.ts#L4