mirror of
https://github.com/marko-js/marko.git
synced 2026-02-01 16:07:13 +00:00
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:
parent
3896ad5d46
commit
0ee141c525
5
.changeset/three-seahorses-repair.md
Normal file
5
.changeset/three-seahorses-repair.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@marko/translator-default": major
|
||||
---
|
||||
|
||||
Update runtime entry files
|
||||
@ -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"
|
||||
? [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user