-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Description
This is a followup to bootstrap-vue/bootstrap-vue#143 - Document including Bootstrap CSS, in which I'm asking for advice to integrate CSS dependencies into my vuejs-templates/webpack-based app.
In comment bootstrap-vue/bootstrap-vue#143 (comment), I'm advised to configure my webpack build to emit two separate bundles app.css and vendor.css. This for the same reasons it's done for the js, in order to:
- Limit the number of network requests, while ensuring to...
- ... make the slowly-changing
vendor.<hash>.cssas cache-friendly as possible.
I'm now looking at my webpack build configuration, which is mostly this template untouched, and I don't think this is currently baked in it.
- Right, or did I miss it? If right, would it make sense to add such a feature to the template, and are you interested in a PR doing it?
- Taking a step back to look at my original question in Document including Bootstrap CSS bootstrap-vue/bootstrap-vue#143, am I missing better ways to bundle external CSS?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels