We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04a3b2 commit 53ea496Copy full SHA for 53ea496
Bootstraps/Symfony.php
@@ -192,6 +192,13 @@ public function postHandle($app)
192
}, $twigLoader);
193
}
194
195
+ //reset Webpack Encore file list
196
+ Utils::bindAndCall(function () use ($container) {
197
+ if (isset($container->privates['webpack_encore.entrypoint_lookup'])) {
198
+ $container->privates['webpack_encore.entrypoint_lookup']->reset();
199
+ }
200
+ }, $container);
201
+
202
//reset all profiler stuff currently supported
203
if ($container->has('profiler')) {
204
$profiler = $container->get('profiler');
0 commit comments