[ci] yarn format
This commit is contained in:
parent
2e0c790b3a
commit
eaf1c49f7b
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ If you're still stuck, please open an issue on GitHub or join us at https://astr
|
||||||
|
|
||||||
// This is used to add polyfill scripts to the page, if the renderer needs them.
|
// This is used to add polyfill scripts to the page, if the renderer needs them.
|
||||||
if (renderer?.polyfills?.length) {
|
if (renderer?.polyfills?.length) {
|
||||||
for(const src of renderer.polyfills) {
|
for (const src of renderer.polyfills) {
|
||||||
result.scripts.add({
|
result.scripts.add({
|
||||||
props: { type: 'module' },
|
props: { type: 'module' },
|
||||||
children: `import "${src}";`,
|
children: `import "${src}";`,
|
||||||
|
|
Loading…
Reference in a new issue