@@ -74,6 +74,9 @@ |
||
| 74 | 74 | return (string) $this->execJs->evalJs($code); |
| 75 | 75 | } |
| 76 | 76 | |
| 77 | + /** |
|
| 78 | + * @param string $bundleSrc |
|
| 79 | + */ |
|
| 77 | 80 | private function getSsrCode($bundleSrc, array $store, array $metas) : string |
| 78 | 81 | { |
| 79 | 82 | $storeJson = json_encode($store); |