fix: add empty-component to runtime entry files (#2219)

* fix: add empty-component to runtime entry files

* chore: add changeset
This commit is contained in:
Luke LaValva 2024-04-19 13:15:49 -07:00 committed by GitHub
parent 3896ad5d46
commit 0ee141c525
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"@marko/translator-default": major
---
Update runtime entry files

View File

@ -504,6 +504,7 @@ export function getRuntimeEntryFiles(output, optimize) {
`${base}runtime/helpers/render-tag.js`,
`${base}runtime/helpers/style-value.js`,
`${base}runtime/helpers/to-string.js`,
`${base}runtime/helpers/empty-component.js`,
`${base}core-tags/components/preserve-tag.js`,
...(output === "html"
? [