We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c7677 commit 67a33c7Copy full SHA for 67a33c7
Extension/ImportMapRuntime.php
@@ -22,8 +22,8 @@ public function __construct(private readonly ImportMapRenderer $importMapRendere
22
{
23
}
24
25
- public function importmap(?string $entryPoint = 'app'): string
+ public function importmap(?string $entryPoint = 'app', array $attributes = []): string
26
27
- return $this->importMapRenderer->render($entryPoint);
+ return $this->importMapRenderer->render($entryPoint, $attributes);
28
29
0 commit comments