+ hmr assets from webpack encore dev-server supports

This commit is contained in:
2022-03-19 19:01:54 +03:00
parent 829231a79f
commit a35faa558c
4 changed files with 37 additions and 5 deletions

View File

@ -102,6 +102,7 @@ class Plugin extends PluginBase
],
'functions' => [
'manifest' => [TwigFilters::class, 'manifest'],
'hmrAssets' => [TwigFilters::class, 'hmrAssets'],
],
];
}