barbar/vortigern

Where is vendor.css supposed to come from?

bherila opened this issue · 3 comments

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

I also searched for the vendor.css. Maybe it doesn't include it if its not resolved?

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)?