installing webpack-encore and yarn in node container

This commit is contained in:
2021-02-18 21:10:16 +01:00
parent 0fdd876bc4
commit 4ecc506693
20 changed files with 9014 additions and 5 deletions

View File

@@ -9,4 +9,5 @@ return [
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
];