chore: install Webpack Encore Bundle

This commit is contained in:
Maël Gangloff
2024-07-19 02:04:41 +02:00
parent 3b63320cb6
commit 04d9fc20d3
10 changed files with 4754 additions and 15 deletions

View File

@@ -16,4 +16,5 @@ return [
Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
ApiPlatform\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true],
Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true],
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
];