mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
a3df9d83ca
* fix(core): don't noop shared modules * address feedback * add test * changeset * check astro pages * address feedback --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
5 lines
130 B
Markdown
5 lines
130 B
Markdown
---
|
|
"astro": patch
|
|
---
|
|
|
|
Fixes a case where shared modules among pages and middleware were transformed to a no-op after the build.
|