mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
7d95bd9baa
* fix(client build): keep inlined stylesheets * add changesets * appease linter * eslint: allow variables beginning with an underscore to be unused * remove eslint-ignore that's no longer needed * ready for review
5 lines
97 B
Markdown
5 lines
97 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Fixed a case where dynamic imports tried to preload inlined stylesheets.
|