Files
symfony-flex-recipes-contrib/bref/symfony-bridge/0.1
Thibault RICHARDandGitHub 428a85aa99 Fix compatibility with Webpack-Encore in bref/symfony-bridge
At the moment the whole `public/build` directory is excluded. 

This means the `entrypoints.json` and `manifest.json` files are also excluded but are required by Symfony to resolve filenames correctly and load Encore entrypoints in Twig.

Without this, people would get a 500 error when deploying on Lambda.
2021-06-24 11:38:50 +02:00
..