mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
* fix(#6827): ensure `appEntrypoint` is referenced in Vue components * chore: add test * chore: add changeset * fix: windows handling * Update packages/integrations/vue/src/index.ts Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * chore: address review feedback * chore: update lockfile --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
5 lines
122 B
Markdown
5 lines
122 B
Markdown
---
|
|
'@astrojs/vue': patch
|
|
---
|
|
|
|
Fixes a bug that caused styles referenced by `appEntrypoint` to be excluded from the build
|