add webpack-encore-bundle requirement

This commit is contained in:
2021-04-17 23:15:30 +02:00
parent 5622128c68
commit f7da84b719
16 changed files with 353 additions and 1 deletions

View File

@@ -9,4 +9,5 @@ return [
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
];