diff --git a/src/stimulus/src/WebauthnStimulusBundle.php b/src/stimulus/src/WebauthnStimulusBundle.php index 874e0115..e5fe2baf 100644 --- a/src/stimulus/src/WebauthnStimulusBundle.php +++ b/src/stimulus/src/WebauthnStimulusBundle.php @@ -20,7 +20,7 @@ public function prependExtension(ContainerConfigurator $container, ContainerBuil $builder->prependExtensionConfig('framework', [ 'asset_mapper' => [ 'paths' => [ - __DIR__ . '/../assets/dist' => '@web-auth/webauthn-stimulus', + dirname(__DIR__) . '/assets/src' => '@web-auth/webauthn-stimulus', ], ], ]);