Skip to content

Commit

Permalink
Remove WebpackEncoreResetListener, underlaying issue is fixed by Webp…
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Jan 31, 2020
1 parent f565793 commit 5721ab2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 40 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"php-http/curl-client": "^1.7.1",
"php-http/httplug-bundle": "^1.15.2",
"sentry/sentry-symfony": "^3.1",
"symfony/webpack-encore-bundle": "^1.6.2",
"symfony/webpack-encore-bundle": "^1.7.3",

"netgen/media-site-data": "~1.2.0",
"netgen/site-bundle": "~1.2.0",
Expand Down
33 changes: 0 additions & 33 deletions src/AppBundle/EventListener/WebpackEncoreResetListener.php

This file was deleted.

6 changes: 0 additions & 6 deletions src/AppBundle/Resources/config/services.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
parameters:

services:
app.event_listener.webpack_encore_reset:
class: AppBundle\EventListener\WebpackEncoreResetListener
arguments:
- "@webpack_encore.entrypoint_lookup_collection"
tags:
- { name: kernel.event_subscriber }

0 comments on commit 5721ab2

Please sign in to comment.