bugsnag / bugsnag-symfony

BugSnag notifier for the Symfony PHP framework. Monitor and report errors in your Symfony apps.
https://docs.bugsnag.com/platforms/php/symfony
MIT License
43 stars 21 forks source link

Remove CSS & JS blocks from base template in Symfony 7 Maze Runner fixture #176

Closed imjoehaines closed 5 months ago

imjoehaines commented 5 months ago

Goal

We don't need these and the importmap block is causing Twig to throw a syntax error:

Twig\Error\SyntaxError: The block 'importmap' has already been defined line 11.

It's unclear exactly what changed to cause this as I couldn't find any of the installed packages that had a release when it started, but it's unrelated to this package