mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
8 lines
283 B
Markdown
8 lines
283 B
Markdown
|
---
|
||
|
'astro': patch
|
||
|
---
|
||
|
|
||
|
Inlines small hoisted scripts
|
||
|
|
||
|
This enables a perf improvement, whereby small hoisted scripts without dependencies are inlined into the HTML, rather than loaded externally. This uses `vite.build.assetInlineLimit` to determine if the script should be inlined.
|