Skip to content

Commit

Permalink
[StimulusBundle] Remove stimulus.asset_mapper.loader_javascript_compi…
Browse files Browse the repository at this point in the history
…ler when no asset-mapper
  • Loading branch information
Jibbarth authored Nov 30, 2023
1 parent 85231b9 commit 1edc2e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function process(ContainerBuilder $container)
if (!$container->hasDefinition('asset_mapper')) {
$container->removeDefinition('stimulus.ux_controllers_twig_runtime');
$container->removeDefinition('stimulus.asset_mapper.controllers_map_generator');
$container->removeDefinition('stimulus.asset_mapper.stimulus_loader_javascript_compiler');
$container->removeDefinition('stimulus.asset_mapper.loader_javascript_compiler');
}
}
}

0 comments on commit 1edc2e5

Please sign in to comment.